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