public interface EntropySource
Modifier and Type | Method | Description |
---|---|---|
int |
entropySize() |
Return the number of bits of entropy this source can produce.
|
byte[] |
getEntropy() |
Return a byte array of entropy.
|
boolean |
isPredictionResistant() |
Return whether or not this entropy source is regarded as prediction resistant.
|
boolean isPredictionResistant()
byte[] getEntropy()
int entropySize()