Home
last modified time | relevance | path

Searched refs:getPrimeP (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPrivateCrtKeyTest.java66 Util.rsaCrtParam.getPrimeP(), key.getPrimeP()); in test_getPrimeP()
DRSAMultiPrimePrivateCrtKeyTest.java72 assertEquals(rsam.getPrimeP(), primeP); in test_RSAMultiPrimePrivateCrtKey()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAPrivateCrtKey.java69 public BigInteger getPrimeP(); in getPrimeP() method
DRSAMultiPrimePrivateCrtKey.java74 public BigInteger getPrimeP(); in getPrimeP() method
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateCrtKeySpec.java129 public BigInteger getPrimeP() { in getPrimeP() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.java179 public BigInteger getPrimeP() { in getPrimeP() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java67 public BigInteger getPrimeP() { in getPrimeP() method in RSAMultiPrimePrivateCrtKeyImpl
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPrivateCrtKeySpec.annotated.java39 public java.math.BigInteger getPrimeP() { throw new RuntimeException("Stub!"); } in getPrimeP() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.annotated.java39 public java.math.BigInteger getPrimeP() { throw new RuntimeException("Stub!"); } in getPrimeP() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/luni/src/test/java/tests/security/spec/
DRSAPrivateCrtKeySpecTest.java158 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeP())); in testGetPrimeP()
DRSAMultiPrimePrivateCrtKeySpecTest.java493 assertTrue(BigInteger.ONE.equals(ks.getPrimeP())); in testGetPrimeP()
/libcore/api/
Dcurrent.txt9311 method public java.math.BigInteger getPrimeP();
9321 method public java.math.BigInteger getPrimeP();
9555 method public java.math.BigInteger getPrimeP();
9573 method public java.math.BigInteger getPrimeP();