public class SecP160R2Point extends ECPoint.AbstractFp
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp
Modifier and Type | Method and Description |
---|---|
ECPoint |
add(ECPoint b) |
protected ECPoint |
detach() |
ECPoint |
negate() |
ECPoint |
threeTimes() |
ECPoint |
twice() |
ECPoint |
twicePlus(ECPoint b) |
getCompressionYTilde, satisfiesCurveEquation, subtract
checkNormalized, createScaledPoint, encodeTo, equals, equals, getAffineXCoord, getAffineYCoord, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncodedLength, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getXCoord, getYCoord, getZCoord, getZCoords, hashCode, isInfinity, isNormalized, isValid, multiply, normalize, satisfiesOrder, scaleX, scaleXNegateY, scaleY, scaleYNegateX, timesPow2, toString
public ECPoint threeTimes()
threeTimes
in class ECPoint