Uses of Class
org.gudy.bouncycastle.math.ec.ECPoint.F2m
Packages that use ECPoint.F2m
-
Uses of ECPoint.F2m in org.gudy.bouncycastle.math.ec
Fields in org.gudy.bouncycastle.math.ec declared as ECPoint.F2mModifier and TypeFieldDescriptionprivate ECPoint.F2mECCurve.F2m.infinityThe point at infinity on this curve.Methods in org.gudy.bouncycastle.math.ec that return ECPoint.F2mModifier and TypeMethodDescriptionECPoint.F2m.addSimple(ECPoint.F2m b) Adds anotherECPoints.F2mtothiswithout 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.F2mTnaf.multiplyFromTnaf(ECPoint.F2m p, byte[] u) Multiplies aECPoint.F2mby an elementλofZ[τ]using theτ-adic NAF (TNAF) method, given the TNAF ofλ.static ECPoint.F2mTnaf.multiplyRTnaf(ECPoint.F2m p, BigInteger k) static ECPoint.F2mTnaf.multiplyTnaf(ECPoint.F2m p, ZTauElement lambda) ECPoint.F2m.subtractSimple(ECPoint.F2m b) Subtracts anotherECPoints.F2mfromthiswithout checking if both points are on the same curve.static ECPoint.F2mTnaf.tau(ECPoint.F2m p) Applies the operationτ()to anECPoint.F2m.Methods in org.gudy.bouncycastle.math.ec with parameters of type ECPoint.F2mModifier and TypeMethodDescriptionECPoint.F2m.addSimple(ECPoint.F2m b) Adds anotherECPoints.F2mtothiswithout 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.F2mTnaf.multiplyFromTnaf(ECPoint.F2m p, byte[] u) Multiplies aECPoint.F2mby an elementλofZ[τ]using theτ-adic NAF (TNAF) method, given the TNAF ofλ.static ECPoint.F2mTnaf.multiplyRTnaf(ECPoint.F2m p, BigInteger k) static ECPoint.F2mTnaf.multiplyTnaf(ECPoint.F2m p, ZTauElement lambda) ECPoint.F2m.subtractSimple(ECPoint.F2m b) Subtracts anotherECPoints.F2mfromthiswithout checking if both points are on the same curve.static ECPoint.F2mTnaf.tau(ECPoint.F2m p) Applies the operationτ()to anECPoint.F2m.