public class SecP192R1Point extends ECPoint.AbstractFp
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fpcurve, EMPTY_ZS, preCompTable, withCompression, x, y, zs| Constructor and Description | 
|---|
SecP192R1Point(ECCurve curve,
              ECFieldElement x,
              ECFieldElement y)
Deprecated. 
 
Use ECCurve.createPoint to construct points 
 | 
SecP192R1Point(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()  | 
ECPoint | 
negate()  | 
ECPoint | 
threeTimes()  | 
ECPoint | 
twice()  | 
ECPoint | 
twicePlus(ECPoint b)  | 
getCompressionYTilde, satisfiesCurveEquation, subtractcheckNormalized, createScaledPoint, equals, equals, getAffineXCoord, getAffineYCoord, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncoded, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getXCoord, getYCoord, getZCoord, getZCoords, hashCode, isCompressed, isInfinity, isNormalized, isValid, multiply, normalize, satisfiesOrder, scaleX, scaleY, timesPow2, toStringpublic SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
curve - the curve to usex - affine x co-ordinatey - affine y co-ordinatepublic SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
ECPoint.getEncoded(boolean)curve - the curve to usex - affine x co-ordinatey - affine y co-ordinatewithCompression - if true encode with point compressionpublic ECPoint threeTimes()
threeTimes in class ECPoint