interface PrivateKeyInput Usage in Denoimport { type PrivateKeyInput } from "node:crypto"; Properties key: string | Buffer optional format: KeyFormat | undefined optional type: "pkcs1" | "pkcs8" | "sec1" | undefined optional passphrase: string | Buffer | undefined optional encoding: string | undefined