java.io.Serializablepublic class FixedSecureRandom
extends java.security.SecureRandom
| Constructor | Description |
|---|---|
FixedSecureRandom(boolean intPad,
byte[] value) |
Pad the data on integer boundaries.
|
FixedSecureRandom(boolean intPad,
byte[][] values) |
Pad the data on integer boundaries.
|
FixedSecureRandom(byte[] value) |
|
FixedSecureRandom(byte[][] values) |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
generateSeed(int numBytes) |
|
boolean |
isExhausted() |
|
void |
nextBytes(byte[] bytes) |
|
int |
nextInt() |
|
long |
nextLong() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic FixedSecureRandom(byte[] value)
public FixedSecureRandom(byte[][] values)
public FixedSecureRandom(boolean intPad,
byte[] value)
public FixedSecureRandom(boolean intPad,
byte[][] values)
public void nextBytes(byte[] bytes)
nextBytes in class java.security.SecureRandompublic byte[] generateSeed(int numBytes)
generateSeed in class java.security.SecureRandompublic int nextInt()
nextInt in class java.util.Randompublic long nextLong()
nextLong in class java.util.Randompublic boolean isExhausted()