|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Random
java.security.SecureRandom
org.bouncycastle.crypto.prng.SP800SecureRandom
Method Summary | |
byte[] |
generateSeed(int numBytes)
|
void |
nextBytes(byte[] bytes)
|
void |
reseed(byte[] additionalInput)
Force a reseed of the DRBG |
void |
setSeed(byte[] seed)
|
void |
setSeed(long seed)
|
Methods inherited from class java.security.SecureRandom |
getInstance, getInstance, getInstance, getProvider, getSeed, next |
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 |
Method Detail |
public void setSeed(byte[] seed)
public void setSeed(long seed)
public void nextBytes(byte[] bytes)
public byte[] generateSeed(int numBytes)
public void reseed(byte[] additionalInput)
additionalInput
- optional additional input
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |