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
public interface InputAEADDecryptor<T extends Parameters> extends InputDecryptor<T>, AADProcessor
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
-
-