Type alias JwkParamsEcPrivate

JwkParamsEcPrivate: JwkParamsEcPublic & {
    d: string;
}

Parameters used with "EC" (elliptic curve) private keys.

Type declaration

  • d: string

    The d-coordinate for the Elliptic Curve point. Represented as the base64url encoding of the octet string representation of the coordinate. MUST be present for all EC private keys.