< prev index next >

jdk/test/sun/security/pkcs11/Signature/TestDSAKeyLength.java

Print this page

        

*** 26,36 **** * @bug 7200306 8029158 * @summary verify that P11Signature impl will error out when initialized * with unsupported key sizes * @library .. * @key randomness ! * @modules jdk.crypto.pkcs11 * @run main/othervm TestDSAKeyLength * @run main/othervm TestDSAKeyLength sm */ import java.security.InvalidKeyException; --- 26,36 ---- * @bug 7200306 8029158 * @summary verify that P11Signature impl will error out when initialized * with unsupported key sizes * @library .. * @key randomness ! * @modules jdk.crypto.token * @run main/othervm TestDSAKeyLength * @run main/othervm TestDSAKeyLength sm */ import java.security.InvalidKeyException;
< prev index next >