Skip to main content
PublicKeyInput - crypto - Node documentation
interface PublicKeyInput

Usage in Deno

import { type PublicKeyInput } from "node:crypto";

Properties

key: string | Buffer
optional
format: KeyFormat | undefined
optional
type:
"pkcs1"
| "spki"
| undefined
optional
encoding: string | undefined