Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math
Class Primes.MROutput

java.lang.Object
  extended byorg.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
 java.math.BigInteger getFactor()
           
 boolean isNotPrimePower()
           
 boolean isProvablyComposite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactor

public java.math.BigInteger getFactor()

isProvablyComposite

public boolean isProvablyComposite()

isNotPrimePower

public boolean isNotPrimePower()

Bouncy Castle Cryptography Library 1.81