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) |
getUnderlyingCipherdoFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, resetint processPacket(byte[] inBuf,
int inOffset,
int length,
byte[] outBuf,
int outOffset)
throws InvalidCipherTextException
InvalidCipherTextExceptionbyte[] processPacket(byte[] c2,
int inOffset,
int length)
throws InvalidCipherTextException
InvalidCipherTextException