Uses of Interface
net.i2p.crypto.EntropyHarvester

Packages that use EntropyHarvester
net.i2p.crypto   
net.i2p.util   
 

Uses of EntropyHarvester in net.i2p.crypto
 

Classes in net.i2p.crypto that implement EntropyHarvester
 class DummyPooledRandomSource
           
 

Uses of EntropyHarvester in net.i2p.util
 

Classes in net.i2p.util that implement EntropyHarvester
 class BufferedRandomSource
          Allocate data out of a large buffer of data, rather than the PRNG's (likely) small buffer to reduce the frequency of prng recalcs (though the recalcs are now more time consuming).
 class FortunaRandomSource
          Wrapper around GNU-Crypto's Fortuna PRNG.
 class PooledRandomSource
          Maintain a set of PRNGs to feed the apps
 class RandomSource
          Singleton for whatever PRNG i2p uses.
 

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