Home
last modified time | relevance | path

Searched refs:getPublicExponent (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPrivateCrtKeyTest.java84 Util.rsaCrtParam.getPublicExponent(), key.getPublicExponent()); in test_getPublicExponent()
DRSAPublicKeyTest.java37 assertEquals("invalid public exponent", e, key.getPublicExponent()); in test_getPublicExponent()
DRSAMultiPrimePrivateCrtKeyTest.java74 assertEquals(rsam.getPublicExponent(), publicExponent); in test_RSAMultiPrimePrivateCrtKey()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAPublicKey.java51 public BigInteger getPublicExponent(); in getPublicExponent() method
DRSAPrivateCrtKey.java54 public BigInteger getPublicExponent(); in getPublicExponent() method
DRSAMultiPrimePrivateCrtKey.java61 public BigInteger getPublicExponent(); in getPublicExponent() method
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPublicKeySpec.java74 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAPublicKeySpec
DRSAKeyGenParameterSpec.java83 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAKeyGenParameterSpec
DRSAPrivateCrtKeySpec.java95 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.java152 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/luni/src/test/java/tests/security/spec/
DRSAKeyGenParameterSpecTest.java65 assertEquals(0, rkgps.getPublicExponent().intValue()); in testGetPublicExponent()
DRSAPublicKeySpecTest.java81 assertTrue(BigInteger.valueOf(1234567890L).equals(rpks.getPublicExponent())); in testGetPublicExponent()
DRSAPrivateCrtKeySpecTest.java190 assertTrue(BigInteger.valueOf(5L).equals(ks.getPublicExponent())); in testGetPublicExponent()
DRSAMultiPrimePrivateCrtKeySpecTest.java529 assertTrue(BigInteger.ONE.equals(ks.getPublicExponent())); in testGetPublicExponent()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java73 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAMultiPrimePrivateCrtKeyImpl