equal
deleted
inserted
replaced
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /** |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6329006 |
26 * @bug 6329006 |
27 * @summary verify that NSS no-db mode works correctly |
27 * @summary verify that NSS no-db mode works correctly |
28 * @author Andreas Sterbenz |
28 * @author Andreas Sterbenz |
29 * @library .. |
29 * @library .. |
|
30 * @modules jdk.crypto.pkcs11 |
30 * @run main/othervm Crypto |
31 * @run main/othervm Crypto |
31 * @run main/othervm Crypto sm policy |
32 * @run main/othervm Crypto sm policy |
32 */ |
33 */ |
33 |
34 |
34 import java.io.File; |
35 import java.io.File; |