Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.modes
Interface CCMModeCipher

All Superinterfaces:
AEADBlockCipher, AEADCipher
All Known Implementing Classes:
CCMBlockCipher

public interface CCMModeCipher
extends AEADBlockCipher


Methods inherited from interface org.bouncycastle.crypto.modes.AEADBlockCipher
getUnderlyingCipher
 
Methods inherited from interface org.bouncycastle.crypto.modes.AEADCipher
doFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, reset
 


Bouncy Castle Cryptography Library 1.77.0