encryptedSelf property

String? encryptedSelf
getter/setter pair

The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.

Implementation

String? encryptedSelf;