Package org.bouncycastle.crypto
Interface InputAEADDecryptor<T extends Parameters>
- Type Parameters:
T
- the parameters type for the decryptor.
- All Superinterfaces:
AADProcessor
,InputDecryptor<T>
- All Known Implementing Classes:
FipsInputAEADDecryptor
Base interface for an input consuming AEAD Decryptor supporting associated text.
-
Method Summary
Methods inherited from interface org.bouncycastle.crypto.AADProcessor
getAADStream, getMAC
Methods inherited from interface org.bouncycastle.crypto.InputDecryptor
getDecryptingStream, getParameters