< prev index next >

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

Print this page

        

*** 27,36 **** --- 27,37 ---- * @library ../UTIL * @build TestUtil * @run main TestCICOWithGCMAndAAD * @summary Test CipherInputStream/OutputStream with AES GCM mode with AAD. * @author Valerie Peng + * @key randomness */ import java.io.*; import java.security.*; import java.util.*; import javax.crypto.*;
< prev index next >