public abstract static class ECPoint.AbstractFp extends ECPoint
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp
curve, EMPTY_ZS, preCompTable, withCompression, x, y, zs
Modifier | Constructor and Description |
---|---|
protected |
ECPoint.AbstractFp(ECCurve curve,
ECFieldElement x,
ECFieldElement y) |
protected |
ECPoint.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, equals, equals, getAffineXCoord, getAffineYCoord, 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, threeTimes, timesPow2, toString, twice, twicePlus
protected ECPoint.AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y)
protected ECPoint.AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected boolean getCompressionYTilde()
getCompressionYTilde
in class ECPoint
protected boolean satisfiesCurveEquation()
satisfiesCurveEquation
in class ECPoint