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