Uses of Class
org.bouncycastle.crypto.prng.drbg.DualECPoints
-
Packages that use DualECPoints Package Description org.bouncycastle.crypto.prng.drbg -
-
Uses of DualECPoints in org.bouncycastle.crypto.prng.drbg
Constructors in org.bouncycastle.crypto.prng.drbg with parameters of type DualECPoints Constructor Description DualECSP800DRBG(DualECPoints[] pointSet, Digest digest, int securityStrength, EntropySource entropySource, byte[] personalizationString, byte[] nonce)
Construct a SP800-90A Dual EC DRBG.
-