Home
last modified time | relevance | path

Searched refs:RSAOtherPrimeInfo (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/tests/security/spec/
DRSAOtherPrimeInfoTest.java28 import java.security.spec.RSAOtherPrimeInfo;
43 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testRSAOtherPrimeInfo01()
46 assertTrue(o instanceof RSAOtherPrimeInfo); in testRSAOtherPrimeInfo01()
55 new RSAOtherPrimeInfo(null, in testRSAOtherPrimeInfo02()
69 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testRSAOtherPrimeInfo03()
83 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testRSAOtherPrimeInfo04()
97 new RSAOtherPrimeInfo(null, in testRSAOtherPrimeInfo05()
110 RSAOtherPrimeInfo ropi = in testGetCrtCoefficient()
111 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testGetCrtCoefficient()
122 RSAOtherPrimeInfo ropi = in testGetPrime()
[all …]
DRSAMultiPrimePrivateCrtKeySpecTest.java30 import java.security.spec.RSAOtherPrimeInfo;
41 private static final RSAOtherPrimeInfo[] opi = new RSAOtherPrimeInfo[] {
42 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
43 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
44 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
382 new RSAOtherPrimeInfo[0]); in testRSAMultiPrimePrivateCrtKeySpec11()
581 RSAOtherPrimeInfo[] opi1 = opi.clone(); in testIsStatePreserved1()
595 opi1[2] = new RSAOtherPrimeInfo(BigInteger.ZERO, in testIsStatePreserved1()
612 RSAOtherPrimeInfo[] opi1 = opi.clone(); in testIsStatePreserved2()
625 RSAOtherPrimeInfo[] ret = ks.getOtherPrimeInfo(); in testIsStatePreserved2()
[all …]
/libcore/luni/src/test/java/tests/security/interfaces/
DRSAMultiPrimePrivateCrtKeyTest.java23 import java.security.spec.RSAOtherPrimeInfo;
32 private static final RSAOtherPrimeInfo[] opi = new RSAOtherPrimeInfo[] {
33 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
34 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
35 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
52 RSAOtherPrimeInfo[] otherPrmInfo) { in RSAMulti()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java22 import java.security.spec.RSAOtherPrimeInfo;
37 private RSAOtherPrimeInfo[] otherPrimeInfo = null;
45 RSAOtherPrimeInfo[] otherPrmInfo) { in RSAMultiPrimePrivateCrtKeyImpl()
58 public RSAOtherPrimeInfo[] getOtherPrimeInfo() { in getOtherPrimeInfo()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAMultiPrimePrivateCrtKey.java29 import java.security.spec.RSAOtherPrimeInfo;
104 public RSAOtherPrimeInfo[] getOtherPrimeInfo(); in getOtherPrimeInfo()
/libcore/ojluni/src/main/java/java/security/spec/
DRSAMultiPrimePrivateCrtKeySpec.java57 private final RSAOtherPrimeInfo otherPrimeInfo[];
97 RSAOtherPrimeInfo[] otherPrimeInfo) { in RSAMultiPrimePrivateCrtKeySpec()
208 public RSAOtherPrimeInfo[] getOtherPrimeInfo() { in getOtherPrimeInfo()
DRSAOtherPrimeInfo.java53 public class RSAOtherPrimeInfo { class
74 public RSAOtherPrimeInfo(BigInteger prime, in RSAOtherPrimeInfo() method in RSAOtherPrimeInfo
/libcore/
Dopenjdk_java_files.mk681 ojluni/src/main/java/java/security/spec/RSAOtherPrimeInfo.java \