Skip to main content
Go to Latest
interface KeyExportOptions
Re-export
import { type KeyExportOptions } from "https://deno.land/std@0.158.0/node/crypto.ts";

Properties

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