Interface AESCCMModePacketCipher

All Superinterfaces:
PacketCipher
All Known Implementing Classes:
AESCCMPacketCipher, AESNativeCCMPacketCipher

public interface AESCCMModePacketCipher extends PacketCipher
  • Method Details

    • getMacSize

      default int getMacSize(boolean encryption, CipherParameters params)
    • getCCMMacSize

      default int getCCMMacSize(boolean forEncryption, int requestedMacBits)