Searched refs:otherPrimeInfo (Results 1 – 3 of 3) sorted by relevance
59 private final RSAOtherPrimeInfo[] otherPrimeInfo; field in RSAMultiPrimePrivateCrtKeySpec93 RSAOtherPrimeInfo[] otherPrimeInfo) { in RSAMultiPrimePrivateCrtKeySpec() argument95 primeExponentP, primeExponentQ, crtCoefficient, otherPrimeInfo, in RSAMultiPrimePrivateCrtKeySpec()135 RSAOtherPrimeInfo[] otherPrimeInfo, in RSAMultiPrimePrivateCrtKeySpec() argument155 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()
37 private RSAOtherPrimeInfo[] otherPrimeInfo = null; field in RSAMultiPrimePrivateCrtKeyImpl52 otherPrimeInfo = otherPrmInfo; in RSAMultiPrimePrivateCrtKeyImpl()59 return otherPrimeInfo; in getOtherPrimeInfo()
32 …th.BigInteger crtCoefficient, java.security.spec.RSAOtherPrimeInfo[] otherPrimeInfo) { super((java… in RSAMultiPrimePrivateCrtKeySpec() argument35 …th.BigInteger crtCoefficient, java.security.spec.RSAOtherPrimeInfo[] otherPrimeInfo, java.security… in RSAMultiPrimePrivateCrtKeySpec() argument