java.io.Serializable
public class TestRandomData extends FixedSecureRandom
FixedSecureRandom.BigInteger, FixedSecureRandom.Data, FixedSecureRandom.Source
Constructor | Description |
---|---|
TestRandomData(byte[] encoding) |
Constructor from an array of bytes.
|
TestRandomData(java.lang.String encoding) |
Constructor from a Hex encoding of the data.
|
generateSeed, isExhausted, nextBytes, nextInt, nextLong
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TestRandomData(java.lang.String encoding)
encoding
- a Hex encoding of the data to be returned.public TestRandomData(byte[] encoding)
encoding
- a byte array representing the data to be returned.