| 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.buildDualEC(Digest digest,
byte[] nonce,
boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A Dual EC DRBG using the NIST point set.
|
SP800SecureRandom |
SP800SecureRandomBuilder.buildDualEC(DualECPoints[] pointSet,
Digest digest,
byte[] nonce,
boolean predictionResistant)
Deprecated.
Don't use this for anything other than research purposes. It appears this construct is simply not safe.
|
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–2017 The veraPDF Consortium. All rights reserved.