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