test/jdk/sun/security/ec/TestEC.java
changeset 50768 68fa3d4026ea
parent 47216 71c04702a3d5
child 51461 58d7aa066071
equal deleted inserted replaced
50767:356eaea05bf0 50768:68fa3d4026ea
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    32  * @summary  Provide out-of-the-box support for ECC algorithms
    32  * @summary  Provide out-of-the-box support for ECC algorithms
    33  * @library ../pkcs11
    33  * @library ../pkcs11
    34  * @library ../pkcs11/ec
    34  * @library ../pkcs11/ec
    35  * @library ../pkcs11/sslecc
    35  * @library ../pkcs11/sslecc
    36  * @library ../../../java/security/testlibrary
    36  * @library ../../../java/security/testlibrary
       
    37  * @library ../../../javax/net/ssl/TLSCommon
    37  * @modules jdk.crypto.cryptoki/sun.security.pkcs11.wrapper
    38  * @modules jdk.crypto.cryptoki/sun.security.pkcs11.wrapper
    38  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    39  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    39  * @run main/othervm/java.security.policy=TestEC.policy -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    40  * @run main/othervm/java.security.policy=TestEC.policy -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    40  */
    41  */
    41 
    42