Uses of Interface
org.bouncycastle.crypto.prng.EntropySourceProvider
Packages that use EntropySourceProvider
-
Uses of EntropySourceProvider in org.bouncycastle.crypto.prng
Classes in org.bouncycastle.crypto.prng that implement EntropySourceProviderModifier and TypeClassDescriptionclassAn EntropySourceProvider where entropy generation is based on a SecureRandom output using SecureRandom.generateSeed().Constructors in org.bouncycastle.crypto.prng with parameters of type EntropySourceProviderModifierConstructorDescriptionSP800SecureRandomBuilder(EntropySourceProvider entropySourceProvider) Create a builder which makes creates the SecureRandom objects from a specified entropy source provider.X931SecureRandomBuilder(EntropySourceProvider entropySourceProvider) Create a builder which makes creates the SecureRandom objects from a specified entropy source provider. -
Uses of EntropySourceProvider in org.bouncycastle.util.test
Classes in org.bouncycastle.util.test that implement EntropySourceProviderModifier and TypeClassDescriptionclassA class for returning "quick entropy" for testing purposes.