jdk/test/sun/security/pkcs11/Secmod/LoadKeystore.java
changeset 42693 6645de32a866
parent 40975 680639c9b307
child 43248 5e15de85a1a0
equal deleted inserted replaced
42692:97247477b481 42693:6645de32a866
    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;