equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8048622 8134232 |
26 * @bug 8048622 8134232 |
27 * @summary Checks that PKCS#11 keystore can't be loaded with wrong password |
27 * @summary Checks that PKCS#11 keystore can't be loaded with wrong password |
28 * @library ../ |
28 * @library ../ |
29 * @modules jdk.crypto.pkcs11 |
29 * @modules jdk.crypto.token |
30 * @run main/othervm LoadKeystore |
30 * @run main/othervm LoadKeystore |
31 * @run main/othervm LoadKeystore sm policy |
31 * @run main/othervm LoadKeystore sm policy |
32 */ |
32 */ |
33 |
33 |
34 import java.io.File; |
34 import java.io.File; |