Package org.bouncycastle.crypto.prng.drbg

Examples of org.bouncycastle.crypto.prng.drbg.DualECSP800DRBG


            this.securityStrength = securityStrength;
        }

        public SP80090DRBG get(EntropySource entropySource)
        {
            return new DualECSP800DRBG(digest, securityStrength, entropySource, personalizationString, nonce);
        }
View Full Code Here

TOP

Related Classes of org.bouncycastle.crypto.prng.drbg.DualECSP800DRBG

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.