Skip to main content
KeyExportOptions - crypto - Node documentation
interface KeyExportOptions

Usage in Deno

import { type KeyExportOptions } from "node:crypto";

Type Parameters

T extends KeyFormat

Properties

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