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 |
---|---|
byte[] |
generateSeed(int numBytes) |
boolean |
isExhausted() |
void |
nextBytes(byte[] bytes) |
int |
nextInt() |
long |
nextLong() |
getAlgorithm, getInstance, getInstance, getInstance, getInstanceStrong, getProvider, getSeed, next, setSeed, setSeed
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 SecureRandom
public byte[] generateSeed(int numBytes)
generateSeed
in class SecureRandom
public boolean isExhausted()
Copyright © 2021 BouncyCastle.org. All rights reserved.