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