Searched refs:prime (Results 1 – 7 of 7) 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()
71 final int prime = 31; in hashCode() local73 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); in hashCode()74 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); in hashCode()
70 final int prime = 31; in hashCode() local72 result = prime * result + major; in hashCode()73 result = prime * result + minor; in hashCode()
53 final int prime = 31; in hashCode() local55 result = prime * result + type; in hashCode()
448 final int prime = 31; in hashCode() local450 result = prime * result + code; in hashCode()
646 final int prime = 31; in hashCode() local648 result = prime * result + getID().hashCode(); in hashCode()649 result = prime * result + Arrays.hashCode(mOffsets); in hashCode()650 result = prime * result + Arrays.hashCode(mIsDsts); in hashCode()651 result = prime * result + mRawOffset; in hashCode()652 result = prime * result + Arrays.hashCode(mTransitions); in hashCode()653 result = prime * result + Arrays.hashCode(mTypes); in hashCode()654 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()