Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.161.0/node/crypto.ts";

Properties

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