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, 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, twicePlusprotected AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y)
protected AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected boolean getCompressionYTilde()
getCompressionYTilde in class ECPointprotected boolean satisfiesCurveEquation()
satisfiesCurveEquation in class ECPoint