Interface representing the structure and methods of a private key, including functions to retrieve public key bytes, sign messages, and export to PEM format.
Retrieves the public key bytes.
Signs a message using the private key.
A promise resolving to the signature bytes.
The message to sign.
Converts the private key to PEM format.
Generated using TypeDoc
Interface representing the structure and methods of a private key, including functions to retrieve public key bytes, sign messages, and export to PEM format.