public class SP800SecureRandom extends SecureRandom
| Modifier and Type | Method and Description |
|---|---|
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) |
getAlgorithm, getInstance, getInstance, getInstance, getInstanceStrong, getProvider, getSeed, nextpublic void setSeed(byte[] seed)
setSeed in class SecureRandompublic void setSeed(long seed)
setSeed in class SecureRandompublic void nextBytes(byte[] bytes)
nextBytes in class SecureRandompublic byte[] generateSeed(int numBytes)
generateSeed in class SecureRandompublic void reseed(byte[] additionalInput)
additionalInput - optional additional inputCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.