< prev index next >

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

Print this page

        

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