equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
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 /test/lib .. |
30 * @key randomness |
30 * @key randomness |
31 * @modules jdk.crypto.cryptoki |
31 * @modules jdk.crypto.cryptoki |
32 * @run main/othervm TestDSAKeyLength |
32 * @run main/othervm TestDSAKeyLength |
33 * @run main/othervm TestDSAKeyLength sm |
33 * @run main/othervm TestDSAKeyLength sm |
34 */ |
34 */ |