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

public interface OutputAEADDecryptor<T extends Parameters> extends OutputDecryptor<T>, AADProcessor
Base interface for an output producing AEAD Decryptor supporting associated text.