Uses of Class
org.bouncycastle.crypto.fips.FipsSecureRandom
-
Packages that use FipsSecureRandom Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsSecureRandom in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsSecureRandom Modifier and Type Method Description FipsSecureRandom
FipsDRBG.Builder. build(byte[] nonce, boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A DRBG.FipsSecureRandom
FipsDRBG.Builder. build(byte[] nonce, boolean predictionResistant, byte[] additionalInput)
Build a SecureRandom based on a SP 800-90A DRBG.
-