Bouncy Castle Cryptography Library 1.37

Package org.bouncycastle.crypto.prng

Interface Summary
RandomGenerator Generic interface for objects generating random bytes.
 

Class Summary
DigestRandomGenerator Random generation based on the digest with counter.
ReversedWindowGenerator Takes bytes generated by an underling RandomGenerator and reverses the order in each small window (of configurable size).
ThreadedSeedGenerator A thread based seed generator - one source of randomness.
 


Bouncy Castle Cryptography Library 1.37