Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 853 Bytes

key_generate_key_pair.GenerateKeyPairResult.md

File metadata and controls

36 lines (20 loc) · 853 Bytes

Interface: GenerateKeyPairResult<T>

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.


Type parameters

Name Type
T extends KeyLike = KeyLike

Table of contents

Properties

Properties

privateKey

privateKey: T

The generated Private Key.


publicKey

publicKey: T

Public Key corresponding to the generated Private Key.