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 with GCM (Galois Counter Mode, see NIST SP-800-38D) chaining. More...

Public Member Functions

 MechParamGCM (byte[] iv_init, byte[] ad, int tag_bits)
 Constructs a mechanism parameter for AES GCM (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 with GCM (Galois Counter Mode, see NIST SP-800-38D) chaining.