Const
Initialization Vectors must be 12 octets. During encryption, if IV is unspecified, it is constructed with two parts:
During decryption, quality of IV is not automatically checked. Since the security of AES-GCM depends on having unique IVs, the application should check IV uniqueness with CounterIvChecker.
AES-GCM encryption algorithm.