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

/libcore/luni/src/main/java/java/security/spec/
H A DECPoint.java75 public BigInteger getAffineY() { method in class:ECPoint
/libcore/luni/src/test/java/tests/security/spec/
H A DECPointTest.java115 * Test #1 for <code>getAffineY()</code> method<br>
126 BigInteger yRet = p.getAffineY();
139 assertNull(ECPoint.POINT_INFINITY.getAffineY());

Completed in 135 milliseconds