Uses of Interface
net.i2p.crypto.EntropyHarvester

Packages that use EntropyHarvester
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Uses of EntropyHarvester in net.i2p.util
 

Classes in net.i2p.util that implement EntropyHarvester
 class BufferedRandomSource
          Deprecated. Unused! See FortunaRandomSource
 class FortunaRandomSource
          Wrapper around GNU-Crypto's Fortuna PRNG.
 class PooledRandomSource
          Deprecated. Unused! See FortunaRandomSource
 class RandomSource
          Singleton for whatever PRNG i2p uses.
 

Methods in net.i2p.util that return EntropyHarvester
 EntropyHarvester RandomSource.harvester()
           
 EntropyHarvester PooledRandomSource.harvester()
          Deprecated.  
 EntropyHarvester FortunaRandomSource.harvester()