public abstract static class ECPoint.AbstractFp extends ECPoint
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp
Modifier | Constructor and Description |
---|---|
protected |
AbstractFp(ECCurve curve,
ECFieldElement x,
ECFieldElement y) |
protected |
AbstractFp(ECCurve curve,
ECFieldElement x,
ECFieldElement y,
ECFieldElement[] zs) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
getCompressionYTilde() |
protected boolean |
satisfiesCurveEquation() |
ECPoint |
subtract(ECPoint b) |
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
protected AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y)
protected AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected boolean getCompressionYTilde()
getCompressionYTilde
in class ECPoint
protected boolean satisfiesCurveEquation()
satisfiesCurveEquation
in class ECPoint