Skip to main content
interface KeyExportOptions

Type Parameters

T extends KeyFormat

Properties

type:
"pkcs1"
| "spki"
| "pkcs8"
| "sec1"
optional
cipher: string | undefined
optional
passphrase:
string
| Buffer
| undefined
Back to top