Uses of Class
org.bouncycastle.math.internal.Primes.STOutput
-
Packages that use Primes.STOutput Package Description org.bouncycastle.math.internal Low-level math operations directly on arrays (to replace the slow, immutable, BigInteger). -
-
Uses of Primes.STOutput in org.bouncycastle.math.internal
Methods in org.bouncycastle.math.internal that return Primes.STOutput Modifier and Type Method Description static Primes.STOutput
Primes. generateSTRandomPrime(Digest hash, int length, byte[] inputSeed)
FIPS 186-4 C.6 Shawe-Taylor Random_Prime Routine Construct a provable prime number using a hash function.
-