Searched refs:prime (Results 1 – 2 of 2) sorted by relevance
55 private BigInteger prime; field in RSAOtherPrimeInfo74 public RSAOtherPrimeInfo(BigInteger prime, in RSAOtherPrimeInfo() argument77 if (prime == null) { in RSAOtherPrimeInfo()89 this.prime = prime; in RSAOtherPrimeInfo()100 return this.prime; in getPrime()
179 BigInt prime = new BigInt(); in BigInteger() local180 prime.putULongInt(candidate, false); in BigInteger()181 setBigInt(prime); in BigInteger()