Module

std/node/crypto.ts>PublicKeyInput

Deno standard library
Go to Latest
interface PublicKeyInput
import { type PublicKeyInput } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Properties

key: string | Buffer
optional
format: KeyFormat | undefined
optional
type: "pkcs1" | "spki" | undefined
import PublicKeyInput
import { PublicKeyInput } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";