< prev index next >

jdk/test/sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8072452
  * @summary Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
  * @library ..
- * @modules jdk.crypto.pkcs11
+ * @modules jdk.crypto.token
  * @run main/othervm UnsupportedDHKeys
  * @run main/othervm UnsupportedDHKeys sm
  */
 
 import java.security.InvalidParameterException;
< prev index next >