Skip to main content
Go to Latest
interface ECKeyPairOptions
Re-export
import { type ECKeyPairOptions } from "https://deno.land/std@0.164.0/node/crypto.ts";

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

namedCurve: string

Name of the curve to use.

publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8"; }