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: Corresponding PublicKey instance (non-null)

Implementation

PublicKey get publicKey;