Generic private key interface
Readonly
Exports the password protected key in the format specified.
Optional
Gets the ID of the key.
The key id is the base58 encoding of the SHA-256 multihash of its public key. The public key is a protobuf encoding containing a type and the DER encoding of the PKCS SubjectPublicKeyInfo.
Generic private key interface