Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/spec/
DECPrivateKeySpecTest.java66 assertEquals("wrong private value", s, ecpks.getS()); in test_constructorLjava_math_BigIntegerLjava_security_spec_ECParameterSpec()
90 assertEquals("wrong private value", s, ecpks.getS()); in test_GetS()
/libcore/ojluni/src/main/java/java/security/interfaces/
DECPrivateKey.java52 BigInteger getS(); in getS() method
/libcore/ojluni/src/main/java/java/security/spec/
DECPrivateKeySpec.java69 public BigInteger getS() { in getS() method in ECPrivateKeySpec