ewe.security
Class EncryptedOutputStream
java.lang.Object
ewe.io.OutputStream
ewe.security.EncryptedOutputStream
- All Implemented Interfaces:
- Streamable
- public class EncryptedOutputStream
- extends OutputStream
This is an OutputStream that passes its data through a DataProcessorStream() which encrypts
it using an Encryptor object.
| Methods inherited from class ewe.io.OutputStream |
close, flush, getFastStream, getName, shutdown, toStream, toWritableStream, write, write, write, writeSingleByteToMultiByteWrite |
EncryptedOutputStream
public EncryptedOutputStream(OutputStream out,
String password)
EncryptedOutputStream
public EncryptedOutputStream(OutputStream out,
byte[] password)