< prev index next >

test/com/sun/crypto/provider/Cipher/KeyWrap/XMLEncKAT.java

Print this page

        

@@ -22,13 +22,14 @@
  */
 
 /*
  * @test
  * @bug 5008159 5008156
- * @run main XMLEncKAT
  * @summary Verify that the two key wrap ciphers, i.e. "DESedeWrap"
  * and "AESWrap", work as expected.
+ * @modules java.base/sun.misc
+ * @run main XMLEncKAT
  * @author Valerie Peng
  */
 import java.security.Key;
 import java.security.AlgorithmParameters;
 import javax.crypto.*;
< prev index next >