Home
last modified time | relevance | path

Searched refs:otherPrimeInfo (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
DRSAMultiPrimePrivateCrtKeySpec.java59 private final RSAOtherPrimeInfo[] otherPrimeInfo; field in RSAMultiPrimePrivateCrtKeySpec
93 RSAOtherPrimeInfo[] otherPrimeInfo) { in RSAMultiPrimePrivateCrtKeySpec() argument
95 primeExponentP, primeExponentQ, crtCoefficient, otherPrimeInfo, in RSAMultiPrimePrivateCrtKeySpec()
135 RSAOtherPrimeInfo[] otherPrimeInfo, in RSAMultiPrimePrivateCrtKeySpec() argument
155 if (otherPrimeInfo == null) { in RSAMultiPrimePrivateCrtKeySpec()
156 this.otherPrimeInfo = null; in RSAMultiPrimePrivateCrtKeySpec()
157 } else if (otherPrimeInfo.length == 0) { in RSAMultiPrimePrivateCrtKeySpec()
161 this.otherPrimeInfo = otherPrimeInfo.clone(); in RSAMultiPrimePrivateCrtKeySpec()
227 if (otherPrimeInfo == null) return null; in getOtherPrimeInfo()
228 return otherPrimeInfo.clone(); in getOtherPrimeInfo()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java37 private RSAOtherPrimeInfo[] otherPrimeInfo = null; field in RSAMultiPrimePrivateCrtKeyImpl
52 otherPrimeInfo = otherPrmInfo; in RSAMultiPrimePrivateCrtKeyImpl()
59 return otherPrimeInfo; in getOtherPrimeInfo()
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAMultiPrimePrivateCrtKeySpec.annotated.java32 …th.BigInteger crtCoefficient, java.security.spec.RSAOtherPrimeInfo[] otherPrimeInfo) { super((java… in RSAMultiPrimePrivateCrtKeySpec() argument
35 …th.BigInteger crtCoefficient, java.security.spec.RSAOtherPrimeInfo[] otherPrimeInfo, java.security… in RSAMultiPrimePrivateCrtKeySpec() argument