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

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DECPoint.java27 public class ECPoint { class
32 public static final ECPoint POINT_INFINITY = new ECPoint();
39 private ECPoint() { method in class:ECPoint
52 public ECPoint(BigInteger affineX, BigInteger affineY) { method in class:ECPoint
94 if (other instanceof ECPoint) {
96 ECPoint otherPoint = (ECPoint)other;

Completed in 55 milliseconds