Skip to main content
Module

std/node/crypto.ts>PublicKeyInput

Deno standard library
Go to Latest
interface PublicKeyInput
Re-export
import { type PublicKeyInput } from "https://deno.land/std@0.166.0/node/crypto.ts";

Properties

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