Uses of Interface
net.i2p.crypto.EntropyHarvester
-
Packages that use EntropyHarvester Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description EntropyHarvester
FortunaRandomSource. harvester()
EntropyHarvester
RandomSource. harvester()
-