|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Random
java.security.SecureRandom
net.i2p.util.RandomSource
net.i2p.util.PooledRandomSource
net.i2p.crypto.DummyPooledRandomSource
Field Summary |
Fields inherited from class net.i2p.util.PooledRandomSource |
_nextPool, _pool, POOL_SIZE, PROP_BUFFER_SIZE |
Fields inherited from class net.i2p.util.RandomSource |
_context |
Fields inherited from class java.security.SecureRandom |
|
Constructor Summary | |
DummyPooledRandomSource(I2PAppContext context)
|
Method Summary | |
protected void |
initializePool(I2PAppContext context)
|
Methods inherited from class net.i2p.util.PooledRandomSource |
harvester, main, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, nextLong |
Methods inherited from class net.i2p.util.RandomSource |
feedEntropy, feedEntropy, getInstance, initSeed, loadSeed, saveSeed, writeSeed |
Methods inherited from class java.security.SecureRandom |
generateSeed, getInstance, getInstance, getInstance, getProvider, getSeed, next, setSeed, setSeed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DummyPooledRandomSource(I2PAppContext context)
Method Detail |
protected void initializePool(I2PAppContext context)
initializePool
in class PooledRandomSource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |