Home
last modified time | relevance | path

Searched refs:getW (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/security/spec/
DECPublicKeySpecTest.java65 assertEquals("wrong w value", w, ecpks.getW()); in test_constructorLjava_security_spec_ECPointLjava_security_spec_ECParameterSpec()
88 assertEquals("wrong w value", w, ecpks.getW()); in testGetW()
/libcore/ojluni/src/main/java/java/security/interfaces/
DECPublicKey.java54 ECPoint getW(); in getW() method
/libcore/ojluni/src/main/java/java/security/spec/
DECPublicKeySpec.java73 public ECPoint getW() { in getW() method in ECPublicKeySpec