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