public class SecT113R2Point extends ECPoint.AbstractF2m
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fpcurve, EMPTY_ZS, preCompTable, withCompression, x, y, zs| Constructor and Description | 
|---|
SecT113R2Point(ECCurve curve,
              ECFieldElement x,
              ECFieldElement y)
Deprecated. 
 
Use ECCurve.createPoint to construct points 
 | 
SecT113R2Point(ECCurve curve,
              ECFieldElement x,
              ECFieldElement y,
              boolean withCompression)
Deprecated. 
 
per-point compression property will be removed, refer  
ECPoint.getEncoded(boolean) | 
| Modifier and Type | Method and Description | 
|---|---|
ECPoint | 
add(ECPoint b)  | 
protected ECPoint | 
detach()  | 
protected boolean | 
getCompressionYTilde()  | 
ECFieldElement | 
getYCoord()
Returns the y-coordinate. 
 | 
ECPoint | 
negate()  | 
ECPoint | 
twice()  | 
ECPoint | 
twicePlus(ECPoint b)  | 
satisfiesCurveEquation, satisfiesOrder, scaleX, scaleY, subtract, tau, tauPowcheckNormalized, createScaledPoint, equals, equals, getAffineXCoord, getAffineYCoord, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncoded, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getXCoord, getZCoord, getZCoords, hashCode, isCompressed, isInfinity, isNormalized, isValid, multiply, normalize, threeTimes, timesPow2, toStringpublic SecT113R2Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
public SecT113R2Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
ECPoint.getEncoded(boolean)public ECFieldElement getYCoord()
ECPointprotected boolean getCompressionYTilde()
getCompressionYTilde in class ECPoint