public class

FixedSecureRandom

extends SecureRandom
java.lang.Object
   ↳ java.util.Random
     ↳ java.security.SecureRandom
       ↳ org.bouncycastle.util.test.FixedSecureRandom

Summary

Public Constructors
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.
Public Methods
boolean isExhausted()
void nextBytes(byte[] bytes)
int nextInt()
long nextLong()
[Expand]
Inherited Methods
From class java.security.SecureRandom
From class java.util.Random
From class java.lang.Object

Public Constructors

public FixedSecureRandom (byte[] value)

public FixedSecureRandom (byte[][] values)

public FixedSecureRandom (boolean intPad, byte[] value)

Pad the data on integer boundaries. This is necessary for the classpath project's BigInteger implementation.

public FixedSecureRandom (boolean intPad, byte[][] values)

Pad the data on integer boundaries. This is necessary for the classpath project's BigInteger implementation.

Public Methods

public boolean isExhausted ()

public void nextBytes (byte[] bytes)

public int nextInt ()

public long nextLong ()