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