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

Usage in Deno

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

Properties

namedCurve: string

Name of the curve to use

optional
paramEncoding:
"explicit"
| "named"
| undefined

Must be 'named' or 'explicit'. Default: 'named'.