Package org.bouncycastle.math
Class Primes.MROutput
- java.lang.Object
-
- org.bouncycastle.math.Primes.MROutput
-
- Enclosing class:
- Primes
public static class Primes.MROutput extends Object
Used to return the output from the Enhanced Miller-Rabin Probabilistic Primality Test
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getFactor()
boolean
isNotPrimePower()
boolean
isProvablyComposite()
-
-
-
Method Detail
-
getFactor
public BigInteger getFactor()
-
isProvablyComposite
public boolean isProvablyComposite()
-
isNotPrimePower
public boolean isNotPrimePower()
-
-