Searched defs:prime (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/spec/
H A DRSAOtherPrimeInfo.java23 * The additional prime information specified as triplet of primes, a prime
32 private final BigInteger prime; field in class:RSAOtherPrimeInfo
39 * Creates a new {@code RSAOtherPrimeInfo} with the specified prime,
42 * @param prime
43 * the prime factor.
45 * the prime exponent.
49 public RSAOtherPrimeInfo(BigInteger prime, argument
51 if (prime == null) {
52 throw new NullPointerException("prime
[all...]

Completed in 66 milliseconds