public final class SRRandomBitsSource
extends RandomBitsSource
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SEED_SIZE |
| Constructor and Description |
|---|
SRRandomBitsSource(java.security.SecureRandom random) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
next(int bits) |
byte |
randomByte() |
byte[] |
randomBytes(byte[] bytes) |
void |
seed(byte[] seed) |
void |
seed(EntropySource es) |