Go to Latest
interface KeyExportOptions
import { type KeyExportOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Properties

type:
| "pkcs1"
| "spki"
| "pkcs8"
| "sec1"
format: T
optional
cipher: string | undefined
optional
passphrase: string | Buffer | undefined
import KeyExportOptions
import { KeyExportOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";