Package org.bouncycastle.crypto
Interface EntropySourceProvider
- All Known Implementing Classes:
BasicEntropySourceProvider
,FixedEntropySourceProvider
,TestRandomEntropySourceProvider
public interface EntropySourceProvider
Base interface describing a provider of entropy sources.
-
Method Summary
Modifier and TypeMethodDescriptionget
(int bitsRequired) Return an entropy source providing block of entropy.
-
Method Details
-
get
Return an entropy source providing block of entropy.- Parameters:
bitsRequired
- the size of the block of entropy required.- Returns:
- an entropy source providing bitsRequired blocks of entropy.
-