Uses of Class
net.i2p.util.RandomSource
Package
Description
Core I2P package, contains information about the I2P version and an entry point to access important elements.
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of RandomSource in net.i2p
-
Uses of RandomSource in net.i2p.util
Modifier and TypeClassDescriptionclass
Wrapper around GNU-Crypto's Fortuna PRNG.Modifier and TypeMethodDescriptionstatic RandomSource
RandomSource.getInstance()
Singleton for whatever PRNG i2p uses. -
Uses of RandomSource in org.klomp.snark.dht
Modifier and TypeMethodDescriptionstatic NID
NodeInfo.generateNID
(Hash h, int p, RandomSource random) Generate a secure NID that matches the Hash and port.