Uses of Interface
org.bouncycastle.crypto.EntropySource
Packages that use EntropySource
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
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 EntropySource in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return EntropySourceModifier and TypeMethodDescriptionEntropySourceProvider.get(int bitsRequired) Return an entropy source providing block of entropy. -
Uses of EntropySource in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return EntropySourceModifier and TypeMethodDescriptionBasicEntropySourceProvider.get(int bitsRequired) Return an entropy source that will create bitsRequired bits of entropy on each invocation of getEntropy().Methods in org.bouncycastle.crypto.util with parameters of type EntropySourceModifier and TypeMethodDescriptionstatic byte[]EntropyUtil.generateSeed(EntropySource entropySource, int numBytes) Generate numBytes worth of entropy from the passed in entropy source. -
Uses of EntropySource in org.bouncycastle.util.test
Methods in org.bouncycastle.util.test that return EntropySourceModifier and TypeMethodDescriptionFixedEntropySourceProvider.get(int bitsRequired) Return an EntropySource based on the data provided to this object.TestRandomEntropySourceProvider.get(int bitsRequired) Return an entropy source that will create bitsRequired bits of entropy on each invocation of getEntropy().