< prev index next >

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

Print this page

        

@@ -42,10 +42,11 @@
  * @test
  * @bug 8043836
  * @summary Test AES ciphers with different modes and padding schemes (ECB mode
  *          doesn't use IV). The test tries 3 different read methods of
  *          CipherInputStream.
+ * @key randomness
  */
 public class CICO {
     private static final String ALGORITHM = "aEs";
     private static final String[] MODES = { "PCBC", "ECb", "cbC", "cFB",
         "cFB24", "cFB32", "Cfb40", "CFB72", "OfB", "OfB20", "OfB48",
< prev index next >