equal
deleted
inserted
replaced
27 * @summary basic test of ECDSA signatures for P-256 and P-384 from the |
27 * @summary basic test of ECDSA signatures for P-256 and P-384 from the |
28 * example data in "Suite B Implementer's Guide to FIPS 186-3". |
28 * example data in "Suite B Implementer's Guide to FIPS 186-3". |
29 * @library .. |
29 * @library .. |
30 * @library ../../../../java/security/testlibrary |
30 * @library ../../../../java/security/testlibrary |
31 * @modules java.base/sun.security.util |
31 * @modules java.base/sun.security.util |
32 * jdk.crypto.pkcs11 |
32 * jdk.crypto.token |
33 * @compile -XDignore.symbol.file TestECDH2.java |
33 * @compile -XDignore.symbol.file TestECDH2.java |
34 * @run main/othervm TestECDH2 |
34 * @run main/othervm TestECDH2 |
35 * @run main/othervm TestECDH2 sm |
35 * @run main/othervm TestECDH2 sm |
36 */ |
36 */ |
37 |
37 |