publicKey property
PublicKey
get
publicKey
Gets the PublicKey paired with this private key.
The returned public key can be used to verify signatures generated by this private key, or to encrypt data that only this private key can decrypt.
Returns the corresponding PublicKey instance (non-null).
Implementation
PublicKey get publicKey;