Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPrivateCrtKeyTest.java57 Util.rsaCrtParam.getPrimeExponentQ(), key.getPrimeExponentQ()); in test_getPrimeExponentQ()
DRSAMultiPrimePrivateCrtKeyTest.java71 assertEquals(rsam.getPrimeExponentQ(), primeExponentQ); in test_RSAMultiPrimePrivateCrtKey()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAPrivateCrtKey.java90 public BigInteger getPrimeExponentQ(); in getPrimeExponentQ() method
DRSAMultiPrimePrivateCrtKey.java95 public BigInteger getPrimeExponentQ(); in getPrimeExponentQ() method
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateCrtKeySpec.java156 public BigInteger getPrimeExponentQ() { in getPrimeExponentQ() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.java206 public BigInteger getPrimeExponentQ() { in getPrimeExponentQ() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java64 public BigInteger getPrimeExponentQ() { in getPrimeExponentQ() method in RSAMultiPrimePrivateCrtKeyImpl
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPrivateCrtKeySpec.annotated.java45 public java.math.BigInteger getPrimeExponentQ() { throw new RuntimeException("Stub!"); } in getPrimeExponentQ() method in RSAPrivateCrtKeySpec
DRSAMultiPrimePrivateCrtKeySpec.annotated.java45 public java.math.BigInteger getPrimeExponentQ() { throw new RuntimeException("Stub!"); } in getPrimeExponentQ() method in RSAMultiPrimePrivateCrtKeySpec
/libcore/luni/src/test/java/tests/security/spec/
DRSAPrivateCrtKeySpecTest.java141 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeExponentQ())); in testGetPrimeExponentQ()
DRSAMultiPrimePrivateCrtKeySpecTest.java474 assertTrue(BigInteger.ONE.equals(ks.getPrimeExponentQ())); in testGetPrimeExponentQ()
/libcore/api/
Dcurrent.txt9310 method public java.math.BigInteger getPrimeExponentQ();
9320 method public java.math.BigInteger getPrimeExponentQ();
9554 method public java.math.BigInteger getPrimeExponentQ();
9572 method public java.math.BigInteger getPrimeExponentQ();