Type alias JwkParamsOkpPrivate

JwkParamsOkpPrivate: JwkParamsOkpPublic & {
    d: string;
}

Parameters used with "OKP" (octet key pair) private keys.

Type declaration

  • d: string

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