Back to Jose

Interface: GenerateKeyPairResult

docs/key/generate_key_pair/interfaces/GenerateKeyPairResult.md

6.2.2678 B
Original Source

Interface: GenerateKeyPairResult

šŸ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.

Asymmetric key pair generation function result.

Properties

privateKey

• privateKey: CryptoKey

The generated Private Key.


publicKey

• publicKey: CryptoKey

Public Key corresponding to the generated Private Key.