mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
814 B
814 B
Interface: GenerateKeyPairResult
util/generate_key_pair.GenerateKeyPairResult
Table of contents
Properties
Properties
privateKey
• privateKey: KeyLike
The generated Private Key.
Defined in
publicKey
• publicKey: KeyLike
Public Key corresponding to the generated Private Key.