78798081828384
public InputStream getDecryptingInputStream(InputStream encrypted) { return new DecryptingInputStream(this, encrypted); } public OutputStream getEncryptingOutputStream(OutputStream original) { return new EncryptingOutputStream(this, original); }