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

Usage in Deno

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

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }