ciphertext property
The encrypted data.
In the case of AES-GCM, the authentication tag is the tag_length bytes at the end of this field.
Implementation
core.String? ciphertext;
The encrypted data.
In the case of AES-GCM, the authentication tag is the tag_length bytes at the end of this field.
core.String? ciphertext;