Searched refs:getOtherPrimeInfo (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/security/interfaces/
H A DRSAMultiPrimePrivateCrtKey.java99 public RSAOtherPrimeInfo[] getOtherPrimeInfo(); method in interface:RSAMultiPrimePrivateCrtKey
/libcore/luni/src/test/java/tests/security/interfaces/
H A DRSAMultiPrimePrivateCrtKeyTest.java81 * java.security.interfaces.RSAMultiPrimePrivateCrtKey#getOtherPrimeInfo()
87 assertNull("Object RSAOtherPrimeInfo is not NULL", rsam.getOtherPrimeInfo());
95 assertEquals(rsam.getOtherPrimeInfo(), opi);
/libcore/ojluni/src/main/java/java/security/spec/
H A DRSAMultiPrimePrivateCrtKeySpec.java208 public RSAOtherPrimeInfo[] getOtherPrimeInfo() { method in class:RSAMultiPrimePrivateCrtKeySpec
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
H A DRSAMultiPrimePrivateCrtKeyImpl.java58 public RSAOtherPrimeInfo[] getOtherPrimeInfo() { method in class:RSAMultiPrimePrivateCrtKeyImpl
/libcore/luni/src/test/java/tests/security/spec/
H A DRSAMultiPrimePrivateCrtKeySpecTest.java533 * Test #1 for <code>getOtherPrimeInfo()</code> method<br>
548 assertTrue(checkOtherPrimeInfo(ks.getOtherPrimeInfo()));
552 * Test #2 for <code>getOtherPrimeInfo()</code> method<br>
568 assertNull(ks.getOtherPrimeInfo());
601 assertTrue(checkOtherPrimeInfo(ks.getOtherPrimeInfo()));
607 * returned by <code>getOtherPrimeInfo()</code>
625 RSAOtherPrimeInfo[] ret = ks.getOtherPrimeInfo();
634 assertTrue(checkOtherPrimeInfo(ks.getOtherPrimeInfo()));

Completed in 1389 milliseconds