T - the parameters type for the encryptor.public interface OutputEncryptor<T extends Parameters> extends OutputCipher<T>
| Modifier and Type | Method and Description |
|---|---|
CipherOutputStream |
getEncryptingStream(java.io.OutputStream out)
Return a stream which will encrypt it's input writing the results to out.
|
getMaxOutputSize, getParameters, getUpdateOutputSizeCipherOutputStream getEncryptingStream(java.io.OutputStream out)
out - the output stream to collect the encrypted data in.