< prev index next >

test/com/sun/crypto/provider/Cipher/AES/CTR.java

Print this page

        

@@ -41,10 +41,11 @@
 /**
  * @test
  * @bug 8043836
  * @summary Test AES ciphers with 4 different modes with NoPadding. Check if
  *          data before encryption and after decryption is the same.
+ * @key randomness
  */
 
 public class CTR {
 
     private static final String ALGORITHM = "AES";
< prev index next >