|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.prng.EntropyUtil
Utility methods for making use of EntropySources.
Constructor Summary | |
EntropyUtil()
|
Method Summary | |
static byte[] |
generateSeed(EntropySource entropySource,
int numBytes)
Generate numBytes worth of entropy from the passed in entropy source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntropyUtil()
Method Detail |
public static byte[] generateSeed(EntropySource entropySource, int numBytes)
entropySource
- the entropy source to request the data from.numBytes
- the number of bytes of entropy requested.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |