Lines Matching refs:isProbablePrime
766 while(!this.isProbablePrime(b)) {
1333 BigInteger.prototype.isProbablePrime = bnIsProbablePrime;
1602 if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrime(10)) break;
1606 if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrime(10)) break;