Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math
Class Primes.STOutput

java.lang.Object
  extended byorg.bouncycastle.math.Primes.STOutput
Enclosing class:
Primes

public static class Primes.STOutput
extends java.lang.Object

Used to return the output from the Shawe-Taylor Random_Prime Routine


Method Summary
 java.math.BigInteger getPrime()
           
 int getPrimeGenCounter()
           
 byte[] getPrimeSeed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrime

public java.math.BigInteger getPrime()

getPrimeSeed

public byte[] getPrimeSeed()

getPrimeGenCounter

public int getPrimeGenCounter()

Bouncy Castle Cryptography Library 1.81