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

Properties

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