encryptedSelf property
The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
Implementation
String? encryptedSelf;
The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
String? encryptedSelf;