Package | Description |
---|---|
org.bouncycastle.crypto.prng | |
org.bouncycastle.crypto.prng.drbg |
Modifier and Type | Method and Description |
---|---|
SP800SecureRandom |
SP800SecureRandomBuilder.buildDualEC(DualECPoints[] pointSet,
Digest digest,
byte[] nonce,
boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A Dual EC DRBG according to a defined point set.
|
Constructor and Description |
---|
DualECSP800DRBG(DualECPoints[] pointSet,
Digest digest,
int securityStrength,
EntropySource entropySource,
byte[] personalizationString,
byte[] nonce)
Construct a SP800-90A Dual EC DRBG.
|
Copyright © 2016 BouncyCastle.org. All rights reserved.