mirror of
https://github.com/danbulant/jose
synced 2026-05-24 12:35:36 +00:00
562 B
562 B
Interface: GenerateKeyPairResult
util/generate_key_pair.GenerateKeyPairResult
Table of contents
Properties
Properties
privateKey
• privateKey: KeyLike
The generated Private Key.
publicKey
• publicKey: KeyLike
Public Key corresponding to the generated Private Key.