equal
deleted
inserted
replaced
26 * @bug 6273877 6322208 6275523 |
26 * @bug 6273877 6322208 6275523 |
27 * @summary make sure we can access the NSS softtoken KeyStore |
27 * @summary make sure we can access the NSS softtoken KeyStore |
28 * and use a private key |
28 * and use a private key |
29 * @author Andreas Sterbenz |
29 * @author Andreas Sterbenz |
30 * @library .. |
30 * @library .. |
31 * @modules jdk.crypto.pkcs11 |
31 * @modules jdk.crypto.token |
32 * @run main/othervm GetPrivateKey |
32 * @run main/othervm GetPrivateKey |
33 * @run main/othervm GetPrivateKey sm policy |
33 * @run main/othervm GetPrivateKey sm policy |
34 */ |
34 */ |
35 |
35 |
36 import java.io.File; |
36 import java.io.File; |