public class SM9P256V1Point extends ECPoint.AbstractFp
SM9P256V1Field.
The group law is the standard a=0 Jacobian addition (add-2007-bl) and doubling
(dbl-2009-l), written in terms of the ECFieldElement operations so it is
correct over the Montgomery-form field. (It does not use the Solinas-specific
int[]-level fused reductions that SM2P256V1Point relies on, which are
not valid for a Montgomery representation.)
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, subtractcheckNormalized, 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, toStringpublic ECPoint threeTimes()
threeTimes in class ECPoint