Package org.bouncycastle.crypto.modes
Interface CCMModeCipher
- All Superinterfaces:
AEADBlockCipher,AEADCipher
- All Known Implementing Classes:
CCMBlockCipher
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]processPacket(byte[] c2, int inOffset, int length) intprocessPacket(byte[] inBuf, int inOffset, int length, byte[] outBuf, int outOffset) Methods inherited from interface org.bouncycastle.crypto.modes.AEADBlockCipher
getUnderlyingCipherMethods inherited from interface org.bouncycastle.crypto.modes.AEADCipher
doFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, reset
-
Method Details
-
processPacket
int processPacket(byte[] inBuf, int inOffset, int length, byte[] outBuf, int outOffset) throws InvalidCipherTextException - Throws:
InvalidCipherTextException
-
processPacket
- Throws:
InvalidCipherTextException
-