public interface AEADBlockCipher extends AEADCipher
AEADCipher based on a BlockCipher.| Modifier and Type | Method and Description |
|---|---|
BlockCipher |
getUnderlyingCipher()
return the
BlockCipher this object wraps. |
doFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, resetBlockCipher getUnderlyingCipher()
BlockCipher this object wraps.BlockCipher this object wraps.