java.io.Serializablepublic 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, nextLongclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.