< prev index next >

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

Print this page

        

*** 41,50 **** --- 41,51 ---- /** * @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 >