Uses of Class
org.bouncycastle.crypto.prng.SP800SecureRandom
-
Packages that use SP800SecureRandom Package Description org.bouncycastle.crypto.prng -
-
Uses of SP800SecureRandom in org.bouncycastle.crypto.prng
Methods in org.bouncycastle.crypto.prng that return SP800SecureRandom Modifier and Type Method Description SP800SecureRandom
SP800SecureRandomBuilder. buildCTR(BlockCipher cipher, int keySizeInBits, byte[] nonce, boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A CTR DRBG.SP800SecureRandom
SP800SecureRandomBuilder. buildHash(Digest digest, byte[] nonce, boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A Hash DRBG.SP800SecureRandom
SP800SecureRandomBuilder. buildHMAC(Mac hMac, byte[] nonce, boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A HMAC DRBG.
-