|
Bouncy Castle Cryptography Library 1.69 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Random | +--java.security.SecureRandom | +--org.bouncycastle.pqc.crypto.test.NullPRNG
Implementation of null PRNG returning zeroes only. For testing purposes only(!).
Constructor Summary | |
NullPRNG()
|
Method Summary | |
void |
nextBytes(byte[] bytes)
|
Methods inherited from class java.security.SecureRandom |
generateSeed, getInstance, getInstance, getProvider, getSeed, next, setSeed, setSeed |
Methods inherited from class java.util.Random |
nextBoolean, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullPRNG()
Method Detail |
public void nextBytes(byte[] bytes)
nextBytes
in class java.security.SecureRandom
|
Bouncy Castle Cryptography Library 1.69 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |