Uses of Class
gnu.crypto.prng.FortunaStandalone

Packages that use FortunaStandalone
gnu.crypto.prng   
 

Uses of FortunaStandalone in gnu.crypto.prng
 

Subclasses of FortunaStandalone in gnu.crypto.prng
 class AsyncFortunaStandalone
          fortuna instance that tries to avoid blocking if at all possible by using separate filled buffer segments rather than one buffer (and blocking when that buffer's data has been eaten)