Package org.bouncycastle.crypto
Interface OutputDecryptor<T extends Parameters>
- Type Parameters:
T
- the parameters type for the decryptor.
- All Superinterfaces:
OutputCipher<T>
- All Known Subinterfaces:
OutputAEADDecryptor<T>
- All Known Implementing Classes:
FipsOutputAEADDecryptor
,FipsOutputDecryptor
Base interface for an output producing Decryptor.
-
Method Summary
Modifier and TypeMethodDescriptionReturn a stream which will decrypt it's input writing the results to out.Methods inherited from interface org.bouncycastle.crypto.OutputCipher
getMaxOutputSize, getParameters, getUpdateOutputSize
-
Method Details
-
getDecryptingStream
Return a stream which will decrypt it's input writing the results to out.- Parameters:
out
- the output stream to collect the decrypted data in.- Returns:
- a stream for writing the encrypted data.
-