publicKey property
EncryptKey?
get
publicKey
Gets the user's public encryption key.
This key is used by other users to encrypt messages sent to this user.
Implementation
EncryptKey? get publicKey;
set
publicKey
(EncryptKey? pKey)
Sets the user's public encryption key.
@param pKey - New public key for message encryption
Implementation
set publicKey(EncryptKey? pKey);