Skip to content

Interface: KeyPair ​

Represents a key pair consisting of a public key and a private key. The keys are represented as PEM-formatted strings.

Properties ​

privateKey ​

ts
privateKey: string;

The private key in PEM format.


publicKey ​

ts
publicKey: string;

The public key in PEM format.