ciphertext property

String? ciphertext
getter/setter pair

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;