Class ECPoint.AbstractFp
java.lang.Object
org.bouncycastle.math.ec.ECPoint
org.bouncycastle.math.ec.ECPoint.AbstractFp
- Direct Known Subclasses:
Curve25519Point, ECPoint.Fp, SecP128R1Point, SecP160K1Point, SecP160R1Point, SecP160R2Point, SecP192K1Point, SecP192R1Point, SecP224K1Point, SecP224R1Point, SecP256K1Point, SecP256R1Point, SecP384R1Point, SecP521R1Point, SM2P256V1Point
- Enclosing class:
ECPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class 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 ECPoint
add, checkNormalized, createScaledPoint, detach, encodeTo, equals, equals, getAffineXCoord, getAffineYCoord, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncodedLength, 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
-