Package org.bouncycastle.math.ec
Class ECPoint.AbstractF2m
- java.lang.Object
-
- org.bouncycastle.math.ec.ECPoint
-
- org.bouncycastle.math.ec.ECPoint.AbstractF2m
-
- Direct Known Subclasses:
ECPoint.F2m
- Enclosing class:
- ECPoint
public abstract static class ECPoint.AbstractF2m extends ECPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.math.ec.ECPoint
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.math.ec.ECPoint
curve, EMPTY_ZS, preCompTable, withCompression, x, y, zs
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y)protectedAbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleansatisfiesCurveEquation()-
Methods inherited from class org.bouncycastle.math.ec.ECPoint
add, checkNormalized, createScaledPoint, detach, equals, equals, getAffineXCoord, getAffineYCoord, getCompressionYTilde, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncoded, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getX, getXCoord, getY, getYCoord, getZCoord, getZCoords, hashCode, isCompressed, isInfinity, isNormalized, isValid, multiply, negate, normalize, satisfiesCofactor, scaleX, scaleY, subtract, threeTimes, timesPow2, toString, twice, twicePlus
-
-
-
-
Constructor Detail
-
AbstractF2m
protected AbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y)
-
AbstractF2m
protected AbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
-
-
Method Detail
-
satisfiesCurveEquation
protected boolean satisfiesCurveEquation()
- Specified by:
satisfiesCurveEquationin classECPoint
-
-