Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 554 Bytes

GenerateKeyPairOptions.md

File metadata and controls

28 lines (16 loc) · 554 Bytes

Interface: GenerateKeyPairOptions

💗 Help the project

Table of contents

Properties

Properties

extractable

Optional extractable: boolean

Indicates whether or not the private key may be exported. Default is false.


modulusLength

Optional modulusLength: number

(RSA algorithms only) The length, in bits, of the RSA modulus. Default is 2048.