Uses of Class
org.bouncycastle.crypto.fips.FipsDRBG.Builder
Packages that use FipsDRBG.Builder
-
Uses of FipsDRBG.Builder in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return FipsDRBG.BuilderModifier and TypeMethodDescriptionFipsDRBG.Base.fromDefaultEntropy()
Return a builder using an EntropySourceProvider based on the default SecureRandom with predictionResistant set to false.FipsDRBG.Base.fromEntropySource
(SecureRandom entropySource, boolean predictionResistant) Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value for prediction resistance.FipsDRBG.Base.fromEntropySource
(EntropySourceProvider entropySourceProvider) Create a builder which makes creates the SecureRandom objects from a specified entropy source provider.FipsDRBG.Builder.setEntropyBitsRequired
(int entropyBitsRequired) Set the amount of entropy bits required for seeding and reseeding DRBGs used in building SecureRandom objects.FipsDRBG.Builder.setPersonalizationString
(byte[] personalizationString) Set the personalization string for DRBG SecureRandoms created by this builderFipsDRBG.Builder.setSecurityStrength
(int securityStrength) Set the security strength required for DRBGs used in building SecureRandom objects.