< prev index next >

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

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @bug 4517355 * @summary Verify that AES cipher.doFinal method does NOT need more * than necessary bytes in decrypt mode * @author Valerie Peng + * @key randomness */ import java.io.PrintStream; import java.security.*; import java.security.spec.*; import java.util.*;
< prev index next >