Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 562 Bytes

util_generate_key_pair.GenerateKeyPairResult.md

File metadata and controls

26 lines (14 loc) · 562 Bytes

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.