java.io.Serializable
public 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, wait
public 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.SecureRandom
public byte[] generateSeed(int numBytes)
generateSeed
in class java.security.SecureRandom
public int nextInt()
nextInt
in class java.util.Random
public long nextLong()
nextLong
in class java.util.Random
public boolean isExhausted()