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

/libcore/luni/src/test/java/tests/security/spec/
H A DECPointTest.java105 * Assertion: returns <code>null</code> for <code>ECPoint.POINT_INFINITY</code><br>
108 * <code>ECPoint.POINT_INFINITY</code>
111 assertNull(ECPoint.POINT_INFINITY.getAffineX());
133 * Assertion: returns <code>null</code> for <code>ECPoint.POINT_INFINITY</code><br>
136 * <code>ECPoint.POINT_INFINITY</code>
139 assertNull(ECPoint.POINT_INFINITY.getAffineY());
159 // test case 3: equal POINT_INFINITY object(s)
160 p1 = ECPoint.POINT_INFINITY;
161 p2 = ECPoint.POINT_INFINITY;
187 // test case 4: not equal - some point and POINT_INFINITY
[all...]
/libcore/luni/src/main/java/java/security/spec/
H A DECPoint.java30 public static final ECPoint POINT_INFINITY = new ECPoint(); field in class:ECPoint
36 // Private ctor for POINT_INFINITY
99 return other == POINT_INFINITY;
H A DECPublicKeySpec.java51 if (this.w.equals(ECPoint.POINT_INFINITY)) {

Completed in 145 milliseconds