jdk/test/sun/security/pkcs11/Signature/TestDSAKeyLength.java
changeset 40975 680639c9b307
parent 35379 1e8e336ef66b
child 42693 6645de32a866
equal deleted inserted replaced
40974:42921b893642 40975:680639c9b307
    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 ..
    30  * @key randomness
    30  * @key randomness
       
    31  * @modules jdk.crypto.pkcs11
    31  * @run main/othervm TestDSAKeyLength
    32  * @run main/othervm TestDSAKeyLength
    32  * @run main/othervm TestDSAKeyLength sm
    33  * @run main/othervm TestDSAKeyLength sm
    33  */
    34  */
    34 
    35 
    35 import java.security.InvalidKeyException;
    36 import java.security.InvalidKeyException;