equal
deleted
inserted
replaced
26 * @bug 7200306 8029158 |
26 * @bug 7200306 8029158 |
27 * @summary verify that P11Signature impl will error out when initialized |
27 * @summary verify that P11Signature impl will error out when initialized |
28 * with unsupported key sizes |
28 * with unsupported key sizes |
29 * @library .. |
29 * @library .. |
30 * @key randomness |
30 * @key randomness |
|
31 * @modules jdk.crypto.pkcs11 |
31 * @run main/othervm TestDSAKeyLength |
32 * @run main/othervm TestDSAKeyLength |
32 * @run main/othervm TestDSAKeyLength sm |
33 * @run main/othervm TestDSAKeyLength sm |
33 */ |
34 */ |
34 |
35 |
35 import java.security.InvalidKeyException; |
36 import java.security.InvalidKeyException; |