< prev index next >

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

Print this page

        

@@ -40,10 +40,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 TestSameBuffer {
 
     private static final String ALGORITHM = "Rijndael";
     private static final String PROVIDER = "SunJCE";
< prev index next >