Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Interface InputAEADDecryptor

All Superinterfaces:
AADProcessor, InputDecryptor

public interface InputAEADDecryptor
extends InputDecryptor, AADProcessor

Base interface for an input consuming AEAD Decryptor supporting associated text.


Methods inherited from interface org.bouncycastle.operator.InputDecryptor
getAlgorithmIdentifier, getInputStream
 
Methods inherited from interface org.bouncycastle.operator.AADProcessor
getAADStream, getMAC
 


Bouncy Castle Cryptography Library 1.79