equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6405536 |
26 * @bug 6405536 |
27 * @summary Verify that we can use ECGenParameterSpec |
27 * @summary Verify that we can use ECGenParameterSpec |
28 * @author Andreas Sterbenz |
28 * @author Andreas Sterbenz |
29 * @library .. |
29 * @library /test/lib .. |
30 * @modules jdk.crypto.cryptoki |
30 * @modules jdk.crypto.cryptoki |
31 * @run main/othervm TestECGenSpec |
31 * @run main/othervm TestECGenSpec |
32 * @run main/othervm TestECGenSpec sm |
32 * @run main/othervm TestECGenSpec sm |
33 */ |
33 */ |
34 |
34 |