Uses of Class
org.bouncycastle.crypto.general.X931PRNG.Builder
Packages that use X931PRNG.Builder
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of X931PRNG.Builder in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return X931PRNG.BuilderModifier and TypeMethodDescriptionX931PRNG.Base.fromDefaultEntropy()
Return a builder using an EntropySourceProvider based on the default SecureRandom with predictionResistant set to false.X931PRNG.Base.fromEntropySource
(SecureRandom entropySource, boolean predictionResistant) Return a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value for prediction resistance.X931PRNG.Base.fromEntropySource
(EntropySourceProvider entropySourceProvider) Return a builder which makes creates the SecureRandom objects from a specified entropy source provider.X931PRNG.Builder.setDateTimeVector
(byte[] dateTimeVector) Set the dateTime vector to be used with the generator.