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
public interface OutputAEADDecryptor<T extends Parameters> extends OutputDecryptor<T>, AADProcessor
Base interface for an output producing AEAD Decryptor supporting associated text.
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.crypto.AADProcessor
getAADStream, getMAC
-
Methods inherited from interface org.bouncycastle.crypto.OutputCipher
getMaxOutputSize, getParameters, getUpdateOutputSize
-
Methods inherited from interface org.bouncycastle.crypto.OutputDecryptor
getDecryptingStream
-
-