< prev index next >

test/javax/crypto/Cipher/CipherStreamClose.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @bug 7160837 * @summary Make sure Cipher IO streams doesn't call extra doFinal if close() * is called multiple times. Additionally, verify the input and output streams * match with encryption and decryption with non-stream crypto. + * @modules java.xml.bind * @compile -addmods java.xml.bind CipherStreamClose.java * @run main/othervm -addmods java.xml.bind CipherStreamClose */ import java.io.*;
< prev index next >