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