Appearance
Represents a key pair consisting of a public key and a private key. The keys are represented as PEM-formatted strings.
privateKey: string;
The private key in PEM format.
publicKey: string;
The public key in PEM format.