Package org.bouncycastle.crypto.modes
Interface AEADBlockCipher
- All Superinterfaces:
AEADCipher
- All Known Subinterfaces:
CCMModeCipher
,GCMModeCipher
- All Known Implementing Classes:
CCMBlockCipher
,EAXBlockCipher
,GCMBlockCipher
,GCMSIVBlockCipher
,KCCMBlockCipher
,KGCMBlockCipher
,OCBBlockCipher
An
AEADCipher
based on a BlockCipher
.-
Method Summary
Methods inherited from interface org.bouncycastle.crypto.modes.AEADCipher
doFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, reset
-
Method Details
-
getUnderlyingCipher
BlockCipher getUnderlyingCipher()return theBlockCipher
this object wraps.- Returns:
- the
BlockCipher
this object wraps.
-