jose/docs/interfaces/util_generate_key_pair.GenerateKeyPairResult.md
2021-10-14 12:06:19 +02:00

476 B

Interface: GenerateKeyPairResult

Table of contents

Properties

Properties

privateKey

privateKey: KeyLike

The generated Private Key.


publicKey

publicKey: KeyLike

Public Key corresponding to the generated Private Key.