JwkParamsEc
@iota/identity-wasm API documentation
Interface: JwkParamsEc
Parameters for Elliptic Curve Keys.
Extended by
Properties
crv
crv:
string
Identifies the cryptographic curve used with the key.
x
x:
string
The x
coordinate for the Elliptic Curve point as a base64url-encoded value.
y
y:
string
The y
coordinate for the Elliptic Curve point as a base64url-encoded value.
d?
optional
d:string
The Elliptic Curve private key as a base64url-encoded value.