< prev index next >

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

Print this page

        

*** 38,47 **** --- 38,48 ---- /** * @test * @bug 8043836 * @summary Test AES encryption with no padding. Expect the original data length * is the same as the encrypted data. + * @key randomness */ public class TestNonexpanding { private static final String ALGORITHM = "AES"; private static final String PROVIDER = "SunJCE";
< prev index next >