< prev index next >

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

Print this page

        

*** 40,49 **** --- 40,50 ---- * @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 Padding { private static final String ALGORITHM = "AES"; private static final String PROVIDER = "SunJCE";
< prev index next >