< prev index next >

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

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 4921443 * @summary Ensure ISO10126Padding works correctly. * @author Valerie Peng + * @key randomness */ import java.util.Arrays; import java.security.*; import java.security.spec.*;
< prev index next >