Searched defs:ECPoint (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/spec/
H A DECPoint.java25 public class ECPoint { class
30 public static final ECPoint POINT_INFINITY = new ECPoint();
37 private ECPoint() { method in class:ECPoint
50 public ECPoint(BigInteger affineX, BigInteger affineY) { method in class:ECPoint
92 if (other instanceof ECPoint) {
94 ECPoint otherPoint = (ECPoint)other;

Completed in 62 milliseconds