jdk/test/sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java
changeset 42693 6645de32a866
parent 40975 680639c9b307
child 43248 5e15de85a1a0
equal deleted inserted replaced
42692:97247477b481 42693:6645de32a866
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8072452
    26  * @bug 8072452
    27  * @summary Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
    27  * @summary Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
    28  * @library ..
    28  * @library ..
    29  * @modules jdk.crypto.pkcs11
    29  * @modules jdk.crypto.token
    30  * @run main/othervm UnsupportedDHKeys
    30  * @run main/othervm UnsupportedDHKeys
    31  * @run main/othervm UnsupportedDHKeys sm
    31  * @run main/othervm UnsupportedDHKeys sm
    32  */
    32  */
    33 
    33 
    34 import java.security.InvalidParameterException;
    34 import java.security.InvalidParameterException;