Interface ECKeyPairKeyObjectOptions

interface ECKeyPairKeyObjectOptions {
    namedCurve: string;
    paramEncoding?: "explicit" | "named";
}

Hierarchy (view full)

Properties

namedCurve: string

Name of the curve to use

paramEncoding?: "explicit" | "named"

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