Uses of Interface
gnu.crypto.prng.IRandomStandalone

Packages that use IRandomStandalone
gnu.crypto.prng   
 

Uses of IRandomStandalone in gnu.crypto.prng
 

Classes in gnu.crypto.prng that implement IRandomStandalone
 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)
 class BasePRNGStandalone
          An abstract class to facilitate implementing PRNG algorithms.
 class FortunaStandalone
          The Fortuna continuously-seeded pseudo-random number generator.
static class FortunaStandalone.Generator
          The Fortuna generator function.