test/jdk/sun/security/pkcs11/Signature/TestDSAKeyLength.java
changeset 51460 97e361fe3433
parent 51245 f095e3bc2d41
equal deleted inserted replaced
51459:7339b9e38182 51460:97e361fe3433
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7200306 8029158
    26  * @bug 7200306 8029158
    27  * @summary verify that P11Signature impl will error out when initialized
    27  * @summary verify that P11Signature impl will error out when initialized
    28  * with unsupported key sizes
    28  * with unsupported key sizes
    29  * @library ..
    29  * @library /test/lib ..
    30  * @key randomness
    30  * @key randomness
    31  * @modules jdk.crypto.cryptoki
    31  * @modules jdk.crypto.cryptoki
    32  * @run main/othervm TestDSAKeyLength
    32  * @run main/othervm TestDSAKeyLength
    33  * @run main/othervm TestDSAKeyLength sm
    33  * @run main/othervm TestDSAKeyLength sm
    34  */
    34  */