< prev index next >

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

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @bug 4513830 * @summary Verify the output size returned by AES cipher.getOutputSize * method in DECRYPT mode does not add extra bytes for padding * @author Valerie Peng + * @key randomness */ import java.io.PrintStream; import java.security.*; import java.security.spec.*; import java.util.Random;
< prev index next >