< prev index next >

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

Print this page

        

*** 41,50 **** --- 41,51 ---- * @bug 8043836 * @summary Test AES ciphers with different modes and padding schemes (ECB mode * doesn't use IV). * @author Liwen Wang * @author Parag Salvi + * @key randomness */ public class TestAESCipher { private static final String ALGORITHM = "AES"; private static final String PROVIDER = "SunJCE";
< prev index next >