public final class Yarrow
extends java.util.Random
| Modifier and Type | Class and Description |
|---|---|
class |
Yarrow.EntropySource |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
ZERO_ARRAY |
| Constructor and Description |
|---|
Yarrow() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptEntropy(Yarrow.EntropySource source,
long data,
int entropyGuess) |
void |
acceptTimerEntropy(Yarrow.EntropySource timer) |
void |
makeKey(byte[] entropy,
byte[] key,
int offset,
int len) |
protected int |
next(int bits) |
void |
wipe(byte[] data) |
public void acceptEntropy(Yarrow.EntropySource source, long data, int entropyGuess)
public void acceptTimerEntropy(Yarrow.EntropySource timer)
public void makeKey(byte[] entropy,
byte[] key,
int offset,
int len)
public void wipe(byte[] data)
protected int next(int bits)
next in class java.util.Random