interface PrivateKeyInput Usage in Deno```typescript import { type PrivateKeyInput } from "node:node__crypto.d.ts"; ``` Properties key: string | Buffer optional format: KeyFormat | undefined optional type: "pkcs1" | "pkcs8" | "sec1" | undefined optional passphrase: string | Buffer | undefined optional encoding: string | undefined