Uses of Class
org.bouncycastle.crypto.fips.FipsSecureRandom
Packages that use FipsSecureRandom
-
Uses of FipsSecureRandom in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsSecureRandomModifier and TypeMethodDescriptionFipsDRBG.Builder.build(byte[] nonce, boolean predictionResistant) Build a SecureRandom based on a SP 800-90A DRBG.FipsDRBG.Builder.build(byte[] nonce, boolean predictionResistant, byte[] additionalInput) Build a SecureRandom based on a SP 800-90A DRBG.static FipsSecureRandomFipsDRBG.fetchBasicDRBG(Algorithm usage, FipsDRBG.Base drbgBase, byte[] personalizationString) Return a basic DRBG created using the passed in Base and personalizationString with a system defined nonce and configured with prediction resistance set to false.