Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 628 Bytes

GenerateKeyPairOptions.md

File metadata and controls

23 lines (12 loc) · 628 Bytes

Interface: GenerateKeyPairOptions

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


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.