Uses of Interface
org.bouncycastle.crypto.EntropySourceProvider
Packages that use EntropySourceProvider
Package
Description
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.
Classes for providing "fixed entropy" and "fixed randomness" for testing purposes.
-
Uses of EntropySourceProvider in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips with parameters of type EntropySourceProviderModifier and TypeMethodDescriptionFipsDRBG.Base.fromEntropySource
(EntropySourceProvider entropySourceProvider) Create a builder which makes creates the SecureRandom objects from a specified entropy source provider. -
Uses of EntropySourceProvider in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general with parameters of type EntropySourceProviderModifier and TypeMethodDescriptionX931PRNG.Base.fromEntropySource
(EntropySourceProvider entropySourceProvider) Return a builder which makes creates the SecureRandom objects from a specified entropy source provider. -
Uses of EntropySourceProvider in org.bouncycastle.crypto.util
Classes in org.bouncycastle.crypto.util that implement EntropySourceProviderModifier and TypeClassDescriptionclass
An EntropySourceProvider where entropy generation is based on a SecureRandom output using SecureRandom.generateSeed() in the case of a JDK SecureRandom or SecureRandom.nextBytes() in the case of a FipsSecureRandom, or a GeneralSecureRandom. -
Uses of EntropySourceProvider in org.bouncycastle.util.test
Classes in org.bouncycastle.util.test that implement EntropySourceProviderModifier and TypeClassDescriptionclass
An "entropy" provider which returns pre-defined data on request.class
A class for returning "quick entropy" for testing purposes.