Uses of Interface
org.bouncycastle.crypto.prng.EntropySourceProvider
-
Packages that use EntropySourceProvider Package Description org.bouncycastle.crypto.prng org.bouncycastle.util.test -
-
Uses of EntropySourceProvider in org.bouncycastle.crypto.prng
Classes in org.bouncycastle.crypto.prng that implement EntropySourceProvider Modifier and Type Class Description class
BasicEntropySourceProvider
An EntropySourceProvider where entropy generation is based on a SecureRandom output using SecureRandom.generateSeed().Constructors in org.bouncycastle.crypto.prng with parameters of type EntropySourceProvider Constructor Description SP800SecureRandomBuilder(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 EntropySourceProvider Modifier and Type Class Description class
TestRandomEntropySourceProvider
A class for returning "quick entropy" for testing purposes.
-