privateKey property
The private key of the user, stored as a string.
This private key is used for generating shared secrets and encrypting/decrypting data during secure communication.
Implementation
final String privateKey;
The private key of the user, stored as a string.
This private key is used for generating shared secrets and encrypting/decrypting data during secure communication.
final String privateKey;