Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPublicKeyTest.java34 final BigInteger e = Util.rsaCrtParam.getPublicExponent(); in test_getPublicExponent()
37 assertEquals("invalid public exponent", e, key.getPublicExponent()); in test_getPublicExponent()
DRSAPrivateCrtKeyTest.java84 Util.rsaCrtParam.getPublicExponent(), key.getPublicExponent()); in test_getPublicExponent()
DRSAKeyTest.java39 final BigInteger e = Util.rsaCrtParam.getPublicExponent(); in test_getModulus()
DRSAMultiPrimePrivateCrtKeyTest.java74 assertEquals(rsam.getPublicExponent(), publicExponent); in test_RSAMultiPrimePrivateCrtKey()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAPublicKey.java58 public BigInteger getPublicExponent(); in getPublicExponent() method
DRSAPrivateCrtKey.java62 public BigInteger getPublicExponent(); in getPublicExponent() method
DRSAMultiPrimePrivateCrtKey.java67 public BigInteger getPublicExponent(); in getPublicExponent() method
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPublicKeySpec.java91 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAPublicKeySpec
DRSAKeyGenParameterSpec.java99 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAKeyGenParameterSpec
DRSAPrivateCrtKeySpec.java120 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.java170 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPublicKeySpec.annotated.java39 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAPublicKeySpec
DRSAKeyGenParameterSpec.annotated.java39 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAKeyGenParameterSpec
DRSAPrivateCrtKeySpec.annotated.java37 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.annotated.java37 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/luni/src/test/java/tests/security/spec/
DRSAKeyGenParameterSpecTest.java66 assertEquals(0, rkgps.getPublicExponent().intValue()); in testGetPublicExponent()
DRSAPublicKeySpecTest.java83 assertTrue(BigInteger.valueOf(1234567890L).equals(rpks.getPublicExponent())); in testGetPublicExponent()
DRSAPrivateCrtKeySpecTest.java192 assertTrue(BigInteger.valueOf(5L).equals(ks.getPublicExponent())); in testGetPublicExponent()
DRSAMultiPrimePrivateCrtKeySpecTest.java531 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
/libcore/api/
Dcurrent.txt9313 method public java.math.BigInteger getPublicExponent();
9323 method public java.math.BigInteger getPublicExponent();
9333 method public java.math.BigInteger getPublicExponent();
9543 method public java.math.BigInteger getPublicExponent();
9557 method public java.math.BigInteger getPublicExponent();
9575 method public java.math.BigInteger getPublicExponent();
9591 method public java.math.BigInteger getPublicExponent();