Home
last modified time | relevance | path

Searched defs:otherPrimeInfo (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
DRSAMultiPrimePrivateCrtKeySpec.java57 private final RSAOtherPrimeInfo otherPrimeInfo[]; field in RSAMultiPrimePrivateCrtKeySpec
97 RSAOtherPrimeInfo[] otherPrimeInfo) { in RSAMultiPrimePrivateCrtKeySpec()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DRSAMultiPrimePrivateCrtKeyImpl.java37 private RSAOtherPrimeInfo[] otherPrimeInfo = null; field in RSAMultiPrimePrivateCrtKeyImpl