Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

JwkParamsEc

@iota/identity-wasm API documentation


Interface: JwkParamsEc

Parameters for Elliptic Curve Keys.

More Info

Extended by

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