✓
public class CipherInputStream
extends java.io.FilterInputStream
Constructors
- ✓protected CipherInputStream(java.io.InputStream arg0)
- ✓public CipherInputStream(java.io.InputStream arg0, javax.crypto.Cipher arg1)
Methods
- ✓public int available() throws java.io.IOException
- ✓public void close() throws java.io.IOException
- ✓public boolean markSupported()
- ✓public int read() throws java.io.IOException
- ✓public int read(byte[] arg0) throws java.io.IOException
- ✓public int read(byte[] arg0, int arg1, int arg2) throws java.io.IOException
- ✓public long skip(long arg0) throws java.io.IOException