jdk/test/sun/security/pkcs11/rsa/TestCACerts.java
changeset 40975 680639c9b307
parent 35379 1e8e336ef66b
child 42693 6645de32a866
equal deleted inserted replaced
40974:42921b893642 40975:680639c9b307
    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 4856966
    26  * @bug 4856966
    27  * @summary Test the new RSA provider can verify all the RSA certs in the cacerts file
    27  * @summary Test the new RSA provider can verify all the RSA certs in the cacerts file
    28  * @author Andreas Sterbenz
    28  * @author Andreas Sterbenz
    29  * @library ..
    29  * @library ..
    30  * @library ../../../../java/security/testlibrary
    30  * @library ../../../../java/security/testlibrary
       
    31  * @modules jdk.crypto.pkcs11
    31  * @run main/othervm TestCACerts
    32  * @run main/othervm TestCACerts
    32  * @run main/othervm TestCACerts sm TestCACerts.policy
    33  * @run main/othervm TestCACerts sm TestCACerts.policy
    33  */
    34  */
    34 
    35 
    35 // this test serves as our known answer test
    36 // this test serves as our known answer test