Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPrivateKeyTest.java59 assertTrue(pk1.getX().getClass().getCanonicalName().equals("java.math.BigInteger")); in test_getParams()
62 assertTrue(pk1.getX().equals(pk1.getX())); in test_getParams()
78 public BigInteger getX() { in getX() method in DHPrivateKeyTest.checkDHPrivateKey
/libcore/luni/src/main/java/java/security/interfaces/
DDSAPrivateKey.java38 public BigInteger getX(); in getX() method
/libcore/luni/src/main/java/javax/crypto/interfaces/
DDHPrivateKey.java37 public BigInteger getX(); in getX() method
/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/luni/src/main/java/javax/crypto/spec/
DDHPrivateKeySpec.java55 public BigInteger getX() { in getX() method in DHPrivateKeySpec
/libcore/luni/src/main/java/java/security/spec/
DDSAPrivateKeySpec.java88 public BigInteger getX() { in getX() method in DSAPrivateKeySpec
/libcore/luni/src/test/java/tests/security/interfaces/
DDSAPrivateKeyTest.java40 assertNotNull("Invalid X value", key.getX()); in test_getX()
/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()