equal
deleted
inserted
replaced
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; |