Skip to main content
Version: 1.4

Interface: JwkParamsEc

identity_wasm.JwkParamsEc

Parameters for Elliptic Curve Keys.

More Info

Hierarchy

Table of contents

Properties

Properties

crv

crv: string

Identifies the cryptographic curve used with the key.

More Info


x

x: string

The x coordinate for the Elliptic Curve point as a base64url-encoded value.

More Info


y

y: string

The y coordinate for the Elliptic Curve point as a base64url-encoded value.

More Info


d

Optional d: string

The Elliptic Curve private key as a base64url-encoded value.

More Info