public class MD5RandomBitsSource extends DigestRandomBitsSource
EntropySource, DigestRandomBitsSource, SHA1RandomBitsSource| Constructor and Description |
|---|
MD5RandomBitsSource()
Create a new, seeded
MD5RandomBitsSource. |
MD5RandomBitsSource(boolean seed)
Create a new, optionally seeded
MD5RandomBitsSource. |
clear, initialize, randomByte, randomBytes, seed, seed, seed, seedgetDefault, getRNGTest, randomBigInt, randomBigInteger, setDefaultpublic MD5RandomBitsSource()
MD5RandomBitsSource.public MD5RandomBitsSource(boolean seed)
MD5RandomBitsSource.seed - If true, DigestRandomBitsSource.seed() will be invoked.