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

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DECPoint.java77 public BigInteger getAffineY() { method in class:ECPoint
/dalvik/libcore/security/src/test/java/tests/security/spec/
H A DECPointTest.java145 * Test #1 for <code>getAffineY()</code> method<br>
156 method = "getAffineY",
162 BigInteger yRet = p.getAffineY();
176 notes = "Verifies that getAffineY ruturns null for POINT_INFINITY.",
177 method = "getAffineY",
181 assertNull(ECPoint.POINT_INFINITY.getAffineY());

Completed in 116 milliseconds