|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface will mostly be implemented by random number generators
which can inject entropy into an entropy pool. Calling
setSeed
on any such RNG is guaranteed to not decrease the
entropy in the pool.
Method Summary | |
void |
setSeed(byte[] seed,
int off,
int len)
Add the bytes from seed[off..off+len-1] to
the entropy pool. |
void |
setSeed(long seed)
Add the number seed to the entropy pool. |
Method Detail |
public void setSeed(byte[] seed, int off, int len)
seed[off..off+len-1]
to
the entropy pool.
public void setSeed(long seed)
seed
to the entropy pool.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |