< prev index next >

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

Print this page

        

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