interface KeyExportOptions
Type Parameters Jump to heading
Jump to headingT extends KeyFormatProperties Jump to heading
Jump to headingtype: "pkcs1"
| "spki"
| "pkcs8"
| "sec1"optional
Jump to headingcipher: string | undefinedoptional
Jump to headingpassphrase: string
| Buffer
| undefined