SecureRandom)public interface JSSSecureRandom
| Modifier and Type | Method and Description |
|---|---|
void |
nextBytes(byte[] bytes)
Deprecated.
Retrieves random bytes and stores them in the given array.
|
void |
setSeed(byte[] seed)
Deprecated.
Seed the RNG with the given seed bytes.
|
void |
setSeed(long seed)
Deprecated.
Seed the RNG with the eight bytes contained in
seed. |
void setSeed(byte[] seed)
void setSeed(long seed)
seed.void nextBytes(byte[] bytes)