Uses of Class
org.bouncycastle.math.ec.ECPoint.F2m
| Package | Description |
|---|---|
| org.bouncycastle.math.ec |
-
Uses of ECPoint.F2m in org.bouncycastle.math.ec
Methods in org.bouncycastle.math.ec that return ECPoint.F2m Modifier and Type Method Description ECPoint.F2mECPoint.F2m. addSimple(ECPoint.F2m b)Adds anotherECPoints.F2mtothiswithout checking if both points are on the same curve.ECPoint.F2mECPoint.F2m. subtractSimple(ECPoint.F2m b)Subtracts anotherECPoints.F2mfromthiswithout checking if both points are on the same curve.Methods in org.bouncycastle.math.ec with parameters of type ECPoint.F2m Modifier and Type Method Description ECPoint.F2mECPoint.F2m. addSimple(ECPoint.F2m b)Adds anotherECPoints.F2mtothiswithout checking if both points are on the same curve.ECPoint.F2mECPoint.F2m. subtractSimple(ECPoint.F2m b)Subtracts anotherECPoints.F2mfromthiswithout checking if both points are on the same curve.