✓
public class CipherOutputStream
extends java.io.FilterOutputStream
Constructors
- ✓protected CipherOutputStream(java.io.OutputStream arg0)
- ✓public CipherOutputStream(java.io.OutputStream arg0, javax.crypto.Cipher arg1)
Methods
- ✓public void close() throws java.io.IOException
- ✓public void flush() throws java.io.IOException
- ✓public void write(int arg0) throws java.io.IOException
- ✓public void write(byte[] arg0) throws java.io.IOException
- ✓public void write(byte[] arg0, int arg1, int arg2) throws java.io.IOException