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 class
ECPoint.F2m
Elliptic curve points over F2mFields in org.bouncycastle.math.ec declared as ECPoint.AbstractF2m Modifier and Type Field Description protected ECPoint.AbstractF2m[]
WTauNafPreCompInfo. preComp
Array holding the precomputedECPoint.AbstractF2m
s 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.AbstractF2m
ECPoint.AbstractF2m. tau()
ECPoint.AbstractF2m
ECPoint.AbstractF2m. tauPow(int pow)
Methods in org.bouncycastle.math.ec with parameters of type ECPoint.AbstractF2m Modifier and Type Method Description void
WTauNafPreCompInfo. setPreComp(ECPoint.AbstractF2m[] preComp)
-