Package org.bouncycastle.math.ec
Class ECPoint.AbstractFp
java.lang.Object
org.bouncycastle.math.ec.ECPoint
org.bouncycastle.math.ec.ECPoint.AbstractFp
- Direct Known Subclasses:
ECPoint.Fp
- Enclosing class:
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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y) protectedAbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanMethods inherited from class org.bouncycastle.math.ec.ECPoint
add, checkNormalized, createScaledPoint, equals, equals, getAffineXCoord, getAffineYCoord, getCurve, getCurveCoordinateSystem, getEncoded, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getXCoord, getYCoord, getZCoord, getZCoords, hashCode, isInfinity, isNormalized, isValid, multiply, negate, normalize, satisfiesOrder, scaleX, scaleXNegateY, scaleY, scaleYNegateX, threeTimes, timesPow2, toString, twice, twicePlus
-
Constructor Details
-
AbstractFp
-
AbstractFp
-
-
Method Details
-
getCompressionYTilde
protected boolean getCompressionYTilde()- Specified by:
getCompressionYTildein classECPoint
-
satisfiesCurveEquation
protected boolean satisfiesCurveEquation()- Specified by:
satisfiesCurveEquationin classECPoint
-
subtract
-