Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPrivateCrtKeyTest.java75 Util.rsaCrtParam.getPrimeQ(), key.getPrimeQ()); in test_getPrimeQ()
DRSAMultiPrimePrivateCrtKeyTest.java73 assertEquals(rsam.getPrimeQ(), primeQ); in test_RSAMultiPrimePrivateCrtKey()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAPrivateCrtKey.java76 public BigInteger getPrimeQ(); in getPrimeQ() method
DRSAMultiPrimePrivateCrtKey.java81 public BigInteger getPrimeQ(); in getPrimeQ() method
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateCrtKeySpec.java138 public BigInteger getPrimeQ() { in getPrimeQ() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.java188 public BigInteger getPrimeQ() { in getPrimeQ() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java70 public BigInteger getPrimeQ() { in getPrimeQ() method in RSAMultiPrimePrivateCrtKeyImpl
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPrivateCrtKeySpec.annotated.java41 public java.math.BigInteger getPrimeQ() { throw new RuntimeException("Stub!"); } in getPrimeQ() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.annotated.java41 public java.math.BigInteger getPrimeQ() { throw new RuntimeException("Stub!"); } in getPrimeQ() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/luni/src/test/java/tests/security/spec/
DRSAPrivateCrtKeySpecTest.java175 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeQ())); in testGetPrimeQ()
DRSAMultiPrimePrivateCrtKeySpecTest.java512 assertTrue(BigInteger.ONE.equals(ks.getPrimeQ())); in testGetPrimeQ()
/libcore/api/
Dcurrent.txt9312 method public java.math.BigInteger getPrimeQ();
9322 method public java.math.BigInteger getPrimeQ();
9556 method public java.math.BigInteger getPrimeQ();
9574 method public java.math.BigInteger getPrimeQ();