Package org.bouncycastle.crypto.modes
Interface AESCCMModePacketCipher
- All Superinterfaces:
PacketCipher
- All Known Implementing Classes:
AESCCMPacketCipher,AESNativeCCMPacketCipher
-
Method Summary
Modifier and TypeMethodDescriptiondefault intgetCCMMacSize(boolean forEncryption, int requestedMacBits) default intgetMacSize(boolean encryption, CipherParameters params) Methods inherited from interface org.bouncycastle.crypto.PacketCipher
getOutputSize, processPacket
-
Method Details
-
getMacSize
-
getCCMMacSize
default int getCCMMacSize(boolean forEncryption, int requestedMacBits)
-