public interface CCMModeCipher extends AEADBlockCipher
Modifier and Type | Method and Description |
---|---|
byte[] |
processPacket(byte[] c2,
int inOffset,
int length) |
int |
processPacket(byte[] inBuf,
int inOffset,
int length,
byte[] outBuf,
int outOffset) |
getUnderlyingCipher
doFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, reset
int processPacket(byte[] inBuf, int inOffset, int length, byte[] outBuf, int outOffset) throws InvalidCipherTextException
InvalidCipherTextException
byte[] processPacket(byte[] c2, int inOffset, int length) throws InvalidCipherTextException
InvalidCipherTextException