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 FortunaRandomSource
          Wrapper around GNU-Crypto's Fortuna PRNG.
 class RandomSource
          Singleton for whatever PRNG i2p uses.
 

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