Searched refs:prime (Results 1 – 3 of 3) sorted by relevance
32 private final BigInteger prime; field in RSAOtherPrimeInfo49 public RSAOtherPrimeInfo(BigInteger prime, in RSAOtherPrimeInfo() argument51 if (prime == null) { in RSAOtherPrimeInfo()60 this.prime = prime; in RSAOtherPrimeInfo()80 return prime; in getPrime()
289 final int prime = 31; in hashCode() local291 result = prime * result + getID().hashCode(); in hashCode()292 result = prime * result + Arrays.hashCode(mOffsets); in hashCode()293 result = prime * result + Arrays.hashCode(mIsDsts); in hashCode()294 result = prime * result + mRawOffset; in hashCode()295 result = prime * result + Arrays.hashCode(mTransitions); in hashCode()296 result = prime * result + Arrays.hashCode(mTypes); in hashCode()297 result = prime * result + (mUseDst ? 1231 : 1237); in hashCode()
177 BigInt prime = new BigInt(); in BigInteger() local178 prime.putULongInt(candidate, false); in BigInteger()179 setBigInt(prime); in BigInteger()