mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
26 lines
562 B
Markdown
26 lines
562 B
Markdown
# Interface: GenerateKeyPairResult
|
|
|
|
[util/generate_key_pair](../modules/util_generate_key_pair.md).GenerateKeyPairResult
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [privateKey](util_generate_key_pair.GenerateKeyPairResult.md#privatekey)
|
|
- [publicKey](util_generate_key_pair.GenerateKeyPairResult.md#publickey)
|
|
|
|
## Properties
|
|
|
|
### privateKey
|
|
|
|
• **privateKey**: [`KeyLike`](../types/types.KeyLike.md)
|
|
|
|
The generated Private Key.
|
|
|
|
___
|
|
|
|
### publicKey
|
|
|
|
• **publicKey**: [`KeyLike`](../types/types.KeyLike.md)
|
|
|
|
Public Key corresponding to the generated Private Key.
|