Package org.bouncycastle.math
Class Primes.STOutput
- java.lang.Object
-
- org.bouncycastle.math.Primes.STOutput
-
- Enclosing class:
- Primes
public static class Primes.STOutput extends Object
Used to return the output from the Shawe-Taylor Random_Prime Routine
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getPrime()
int
getPrimeGenCounter()
byte[]
getPrimeSeed()
-
-
-
Method Detail
-
getPrime
public BigInteger getPrime()
-
getPrimeSeed
public byte[] getPrimeSeed()
-
getPrimeGenCounter
public int getPrimeGenCounter()
-
-