Package org.bouncycastle.crypto
Interface OutputAEADDecryptor<T extends Parameters>
- Type Parameters:
T- the parameters type for the decryptor.
- All Superinterfaces:
AADProcessor,OutputCipher<T>,OutputDecryptor<T>
- All Known Implementing Classes:
FipsOutputAEADDecryptor
Base interface for an output producing AEAD Decryptor supporting associated text.
-
Method Summary
Methods inherited from interface org.bouncycastle.crypto.AADProcessor
getAADStream, getMACMethods inherited from interface org.bouncycastle.crypto.OutputCipher
getMaxOutputSize, getParameters, getUpdateOutputSizeMethods inherited from interface org.bouncycastle.crypto.OutputDecryptor
getDecryptingStream