| Package | Description |
|---|---|
| org.bouncycastle.crypto.prng |
| Modifier and Type | Method and Description |
|---|---|
SP800SecureRandom |
SP800SecureRandomBuilder.buildCTR(BlockCipher cipher,
int keySizeInBits,
byte[] nonce,
boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A CTR DRBG.
|
SP800SecureRandom |
SP800SecureRandomBuilder.buildHash(Digest digest,
byte[] nonce,
boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A Hash DRBG.
|
SP800SecureRandom |
SP800SecureRandomBuilder.buildHMAC(Mac hMac,
byte[] nonce,
boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A HMAC DRBG.
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.