ewe.security
Class DecryptedInputStream
java.lang.Object
ewe.io.InputStream
ewe.security.DecryptedInputStream
- All Implemented Interfaces:
- Streamable
- public class DecryptedInputStream
- extends InputStream
This is an InputStream that passes its data through a DataProcessorStream() which decrypts
it using a Decryptor object.
| Methods inherited from class ewe.io.InputStream |
available, close, getFastStream, getName, mark, markSupported, read, read, read, readSingleByteFromMultiByteRead, reset, shutdown, skip, toReadableStream, toStream |
DecryptedInputStream
public DecryptedInputStream(InputStream in,
String password)
DecryptedInputStream
public DecryptedInputStream(InputStream in,
byte[] password)