Package org.bouncycastle.math
Class Primes.MROutput
- java.lang.Object
-
- org.bouncycastle.math.Primes.MROutput
-
- Enclosing class:
- Primes
public static class Primes.MROutput extends java.lang.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 java.math.BigInteger
getFactor()
boolean
isNotPrimePower()
boolean
isProvablyComposite()
-