Package org.bouncycastle.crypto.modes
Interface CCMModeCipher
- All Superinterfaces:
AEADBlockCipher,AEADCipher
- All Known Implementing Classes:
CCMBlockCipher
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]processPacket(byte[] in, int inOff, int inLen) intprocessPacket(byte[] in, int inOff, int inLen, byte[] output, int outOff) 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
byte[] processPacket(byte[] in, int inOff, int inLen) throws IllegalStateException, InvalidCipherTextException -
processPacket
int processPacket(byte[] in, int inOff, int inLen, byte[] output, int outOff) throws IllegalStateException, InvalidCipherTextException
-