/libcore/luni/src/test/java/tests/security/interfaces/ |
D | RSAPublicKeyTest.java | 34 final BigInteger e = Util.rsaCrtParam.getPublicExponent(); in test_getPublicExponent() 37 assertEquals("invalid public exponent", e, key.getPublicExponent()); in test_getPublicExponent()
|
D | RSAPrivateCrtKeyTest.java | 84 Util.rsaCrtParam.getPublicExponent(), key.getPublicExponent()); in test_getPublicExponent()
|
D | RSAKeyTest.java | 39 final BigInteger e = Util.rsaCrtParam.getPublicExponent(); in test_getModulus()
|
D | RSAMultiPrimePrivateCrtKeyTest.java | 74 assertEquals(rsam.getPublicExponent(), publicExponent); in test_RSAMultiPrimePrivateCrtKey()
|
/libcore/ojluni/src/main/java/java/security/interfaces/ |
D | RSAPublicKey.java | 58 public BigInteger getPublicExponent(); in getPublicExponent() method
|
D | RSAPrivateCrtKey.java | 62 public BigInteger getPublicExponent(); in getPublicExponent() method
|
D | RSAMultiPrimePrivateCrtKey.java | 67 public BigInteger getPublicExponent(); in getPublicExponent() method
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | RSAPublicKeySpec.java | 91 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAPublicKeySpec
|
D | RSAKeyGenParameterSpec.java | 99 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAKeyGenParameterSpec
|
D | RSAPrivateCrtKeySpec.java | 120 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAPrivateCrtKeySpec
|
D | RSAMultiPrimePrivateCrtKeySpec.java | 170 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAMultiPrimePrivateCrtKeySpec
|
/libcore/ojluni/annotations/flagged_api/java/security/spec/ |
D | RSAPublicKeySpec.annotated.java | 39 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAPublicKeySpec
|
D | RSAKeyGenParameterSpec.annotated.java | 39 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAKeyGenParameterSpec
|
D | RSAPrivateCrtKeySpec.annotated.java | 37 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAPrivateCrtKeySpec
|
D | RSAMultiPrimePrivateCrtKeySpec.annotated.java | 37 public java.math.BigInteger getPublicExponent() { throw new RuntimeException("Stub!"); } in getPublicExponent() method in RSAMultiPrimePrivateCrtKeySpec
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | RSAKeyGenParameterSpecTest.java | 66 assertEquals(0, rkgps.getPublicExponent().intValue()); in testGetPublicExponent()
|
D | RSAPublicKeySpecTest.java | 83 assertTrue(BigInteger.valueOf(1234567890L).equals(rpks.getPublicExponent())); in testGetPublicExponent()
|
D | RSAPrivateCrtKeySpecTest.java | 192 assertTrue(BigInteger.valueOf(5L).equals(ks.getPublicExponent())); in testGetPublicExponent()
|
D | RSAMultiPrimePrivateCrtKeySpecTest.java | 531 assertTrue(BigInteger.ONE.equals(ks.getPublicExponent())); in testGetPublicExponent()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/ |
D | RSAMultiPrimePrivateCrtKeyImpl.java | 73 public BigInteger getPublicExponent() { in getPublicExponent() method in RSAMultiPrimePrivateCrtKeyImpl
|
/libcore/api/ |
D | current.txt | 9313 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();
|