Home
last modified time | relevance | path

Searched refs:getX (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/tests/security/spec/
DEncodedKeySpec2Test.java76 return dsa1.getX().equals(dsa2.getX()) in isEqual()
DDSAPrivateKeySpecTest.java99 assertEquals(1, dpks.getX().intValue()); in testGetX()
/libcore/ojluni/src/main/java/javax/crypto/interfaces/
DDHPrivateKey.java52 BigInteger getX(); in getX() method
/libcore/ojluni/src/main/java/java/security/interfaces/
DDSAPrivateKey.java57 public BigInteger getX(); in getX() method
/libcore/ojluni/src/main/java/javax/crypto/spec/
DDHPrivateKeySpec.java72 public BigInteger getX() { in getX() method in DHPrivateKeySpec
/libcore/ojluni/src/main/java/java/security/spec/
DDSAPrivateKeySpec.java76 public BigInteger getX() { in getX() method in DSAPrivateKeySpec
/libcore/luni/src/test/java/tests/security/interfaces/
DDSAPrivateKeyTest.java38 assertNotNull("Invalid X value", key.getX()); in test_getX()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPrivateKeyTest.java66 public BigInteger getX() { in getX() method in DHPrivateKeyTest.checkDHPrivateKey
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDHPrivateKeySpecTest.java52 dhpks.getX(), xs[i]); in testDHPrivateKeySpec()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStore2Test.java787 assertEquals(privateKey1.getX(), entryPrivateKey.getX()); in test_getEntry()
841 assertEquals(privateKey1.getX(), actualPrivateKey.getX()); in test_setEntry()
853 assertEquals(privateKey1.getX(), actualPrivateKey.getX()); in test_setEntry()
/libcore/api/
Dcurrent.txt8563 method public java.math.BigInteger getX();
8640 method public java.math.BigInteger getX();
17574 method public java.math.BigInteger getX();
17629 method public java.math.BigInteger getX();