Searched refs:SecP256R1Point (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP256R1Curve.java17 protected SecP256R1Point infinity;
23 this.infinity = new SecP256R1Point(this, null, null);
68 return new SecP256R1Point(this, x, y, withCompression);
73 return new SecP256R1Point(this, x, y, zs, withCompression);
H A DSecP256R1Point.java9 public class SecP256R1Point extends ECPoint.AbstractFp class in inherits:ECPoint.AbstractFp
23 public SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) method in class:SecP256R1Point
43 public SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) method in class:SecP256R1Point
55 SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) method in class:SecP256R1Point
64 return new SecP256R1Point(null, getAffineXCoord(), getAffineYCoord());
189 return new SecP256R1Point(curve, X3, Y3, zs, this.withCompression);
261 return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression);
306 return new SecP256R1Point(curve, this.x, this.y.negate(), this.zs, this.withCompression);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPublicKey.java45 import org.bouncycastle.math.ec.custom.sec.SecP256R1Point;

Completed in 784 milliseconds