Package org.bouncycastle.pqc.jcajce.spec

Examples of org.bouncycastle.pqc.jcajce.spec.ECCKeyGenParameterSpec


     */
    public void testEnDecryption_SHA256_11_50()
        throws Exception
    {
        // initialize key pair generator
        ECCKeyGenParameterSpec kpgParams = new ECCKeyGenParameterSpec(11, 50);
        kpg.initialize(kpgParams);

        // perform test
        performEnDecryptionTest(1, 10, 32, null);
    }
View Full Code Here

TOP

Related Classes of org.bouncycastle.pqc.jcajce.spec.ECCKeyGenParameterSpec

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.