pubKeyCS property

String? pubKeyCS
getter/setter pair

Stores the checksum of the encryption public key used to encrypt the sharedKeyEnc. We use this to verify that the encryption key-pair used to encrypt and decrypt the value are same

Implementation

String? pubKeyCS;