Uses of Class
org.gudy.bouncycastle.math.ec.ECPoint.F2m
-
Packages that use ECPoint.F2m Package Description org.gudy.bouncycastle.math.ec -
-
Uses of ECPoint.F2m in org.gudy.bouncycastle.math.ec
Fields in org.gudy.bouncycastle.math.ec declared as ECPoint.F2m Modifier and Type Field Description private ECPoint.F2m
ECCurve.F2m. infinity
The point at infinity on this curve.Methods in org.gudy.bouncycastle.math.ec that return ECPoint.F2m Modifier and Type Method Description ECPoint.F2m
ECPoint.F2m. addSimple(ECPoint.F2m b)
Adds anotherECPoints.F2m
tothis
without checking if both points are on the same curve.static ECPoint.F2m[]
Tnaf. getPreComp(ECPoint.F2m p, byte a)
Does the precomputation for WTNAF multiplication.static ECPoint.F2m
Tnaf. multiplyFromTnaf(ECPoint.F2m p, byte[] u)
Multiplies aECPoint.F2m
by an elementλ
ofZ[τ]
using theτ
-adic NAF (TNAF) method, given the TNAF ofλ
.static ECPoint.F2m
Tnaf. multiplyRTnaf(ECPoint.F2m p, java.math.BigInteger k)
static ECPoint.F2m
Tnaf. multiplyTnaf(ECPoint.F2m p, ZTauElement lambda)
ECPoint.F2m
ECPoint.F2m. subtractSimple(ECPoint.F2m b)
Subtracts anotherECPoints.F2m
fromthis
without checking if both points are on the same curve.static ECPoint.F2m
Tnaf. tau(ECPoint.F2m p)
Applies the operationτ()
to anECPoint.F2m
.Methods in org.gudy.bouncycastle.math.ec with parameters of type ECPoint.F2m Modifier and Type Method Description ECPoint.F2m
ECPoint.F2m. addSimple(ECPoint.F2m b)
Adds anotherECPoints.F2m
tothis
without checking if both points are on the same curve.static ECPoint.F2m[]
Tnaf. getPreComp(ECPoint.F2m p, byte a)
Does the precomputation for WTNAF multiplication.static ECPoint.F2m
Tnaf. multiplyFromTnaf(ECPoint.F2m p, byte[] u)
Multiplies aECPoint.F2m
by an elementλ
ofZ[τ]
using theτ
-adic NAF (TNAF) method, given the TNAF ofλ
.static ECPoint.F2m
Tnaf. multiplyRTnaf(ECPoint.F2m p, java.math.BigInteger k)
static ECPoint.F2m
Tnaf. multiplyTnaf(ECPoint.F2m p, ZTauElement lambda)
ECPoint.F2m
ECPoint.F2m. subtractSimple(ECPoint.F2m b)
Subtracts anotherECPoints.F2m
fromthis
without checking if both points are on the same curve.static ECPoint.F2m
Tnaf. tau(ECPoint.F2m p)
Applies the operationτ()
to anECPoint.F2m
.
-