Go to Latest
interface ECKeyPairOptions
import { type ECKeyPairOptions } from "https://dotland.deno.dev/std@0.145.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"; }
import ECKeyPairOptions
import { ECKeyPairOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";