Searched refs:SecP192R1Point (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192R1Curve.java17 protected SecP192R1Point infinity;
23 this.infinity = new SecP192R1Point(this, null, null);
68 return new SecP192R1Point(this, x, y, withCompression);
73 return new SecP192R1Point(this, x, y, zs, withCompression);
H A DSecP192R1Point.java9 public class SecP192R1Point extends ECPoint.AbstractFp class in inherits:ECPoint.AbstractFp
23 public SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) method in class:SecP192R1Point
43 public SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) method in class:SecP192R1Point
55 SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) method in class:SecP192R1Point
64 return new SecP192R1Point(null, getAffineXCoord(), getAffineYCoord());
190 return new SecP192R1Point(curve, X3, Y3, zs, this.withCompression);
263 return new SecP192R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression);
308 return new SecP192R1Point(curve, this.x, this.y.negate(), this.zs, this.withCompression);

Completed in 125 milliseconds