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