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

Properties

key: string | Buffer
optional
format: KeyFormat | undefined
optional
type:
| "pkcs1"
| "pkcs8"
| "sec1"
| undefined
optional
passphrase: string | Buffer | undefined