< prev index next >

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

Print this page

        

@@ -27,10 +27,11 @@
  * @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 >