public class FixedSecureRandom extends SecureRandom
| Constructor and 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 and Description |
|---|---|
boolean |
isExhausted() |
void |
nextBytes(byte[] bytes) |
int |
nextInt() |
long |
nextLong() |
generateSeed, getAlgorithm, getInstance, getInstance, getInstance, getInstanceStrong, getProvider, getSeed, next, setSeed, setSeedpublic FixedSecureRandom(byte[] value)
public FixedSecureRandom(byte[][] values)
public FixedSecureRandom(boolean intPad,
byte[] value)
public FixedSecureRandom(boolean intPad,
byte[][] values)
Copyright © 2015. All rights reserved.