Package 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.
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.operator.AADProcessor
getAADStream, getMAC
-
Methods inherited from interface org.bouncycastle.operator.InputDecryptor
getAlgorithmIdentifier, getInputStream
-
-