CXI
Loading...
Searching...
No Matches
Public Member Functions | List of all members

This class is used to construct a mechanism parameter for AES encryption / decryption in mode Counter with CBC-MAC (CCM, see NIST SP-800-38C). More...

Public Member Functions

 MechParamCCM (byte[] nonce, byte[] ad, int dataLen, int macLen)
 Constructs a mechanism parameter for AES CCM (Galois Counter Mode, see NIST SP-800-38D). More...
 
byte[] getEncoded ()
 Returns the encoded mechanism parameter.
 

Detailed Description

This class is used to construct a mechanism parameter for AES encryption / decryption in mode Counter with CBC-MAC (CCM, see NIST SP-800-38C).