Class FipsOutputAEADDecryptor<T extends FipsParameters>

java.lang.Object
org.bouncycastle.crypto.fips.FipsOutputDecryptor<T>
org.bouncycastle.crypto.fips.FipsOutputAEADDecryptor<T>
Type Parameters:
T - the parameters type associated with the final implementation of this decryptor.
All Implemented Interfaces:
AADProcessor, OutputAEADDecryptor<T>, OutputCipher<T>, OutputDecryptor<T>

public abstract class FipsOutputAEADDecryptor<T extends FipsParameters> extends FipsOutputDecryptor<T> implements OutputAEADDecryptor<T>
Base class for the approved mode OutputAEADDecryptor implementations.