org.bouncycastle.util.test
public class FixedSecureRandom extends SecureRandom
Constructor Summary | |
---|---|
FixedSecureRandom(byte[] value) | |
FixedSecureRandom(byte[][] values) | |
FixedSecureRandom(boolean intPad, byte[] value)
Pad the data on integer boundaries. | |
FixedSecureRandom(boolean intPad, byte[][] values)
Pad the data on integer boundaries. |
Method Summary | |
---|---|
boolean | isExhausted() |
void | nextBytes(byte[] bytes) |
int | nextInt() |
long | nextLong() |