tagLength property

int? tagLength
getter/setter pair

The length of the authentication tag that is appended to the end of the ciphertext.

If unspecified (0), the default value for the key's algorithm will be used (for AES-GCM, the default value is 16).

Implementation

core.int? tagLength;