Uses of Class
org.bouncycastle.math.ec.ECPoint.AbstractF2m
-
Packages that use ECPoint.AbstractF2m Package Description org.bouncycastle.math.ec Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling, and efficient scalar multiplication. -
-
Uses of ECPoint.AbstractF2m in org.bouncycastle.math.ec
Subclasses of ECPoint.AbstractF2m in org.bouncycastle.math.ec Modifier and Type Class Description static classECPoint.F2mElliptic curve points over F2mFields in org.bouncycastle.math.ec declared as ECPoint.AbstractF2m Modifier and Type Field Description protected ECPoint.AbstractF2m[]WTauNafPreCompInfo. preCompArray holding the precomputedECPoint.AbstractF2ms used for the WTNAF multiplication.Methods in org.bouncycastle.math.ec that return ECPoint.AbstractF2m Modifier and Type Method Description ECPoint.AbstractF2m[]WTauNafPreCompInfo. getPreComp()ECPoint.AbstractF2mECPoint.AbstractF2m. tau()ECPoint.AbstractF2mECPoint.AbstractF2m. tauPow(int pow)Methods in org.bouncycastle.math.ec with parameters of type ECPoint.AbstractF2m Modifier and Type Method Description voidWTauNafPreCompInfo. setPreComp(ECPoint.AbstractF2m[] preComp)
-