< prev index next >

test/com/oracle/security/ucrypto/TestCICOWithGCM.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 8014374 * @summary Test basic CipherInputStream/OutputStream func w/ GCM mode. * @author Valerie Peng + * @key randomness */ import java.security.*; import javax.crypto.*; import javax.crypto.spec.*;
< prev index next >