org.bouncycastle.util.test
Class FixedSecureRandom
SecureRandom
org.bouncycastle.util.test.FixedSecureRandom
public class FixedSecureRandom
extends SecureRandom
FixedSecureRandom
public FixedSecureRandom(boolean intPad,
byte[] value)
Pad the data on integer boundaries. This is necessary for the classpath project's BigInteger
implementation.
FixedSecureRandom
public FixedSecureRandom(boolean intPad,
byte[][] values)
Pad the data on integer boundaries. This is necessary for the classpath project's BigInteger
implementation.
FixedSecureRandom
public FixedSecureRandom(byte[] value)
FixedSecureRandom
public FixedSecureRandom(byte[][] values)
isExhausted
public boolean isExhausted()
nextBytes
public void nextBytes(byte[] bytes)
nextInt
public int nextInt()
nextLong
public long nextLong()