Interface: JwkParamsEc
identity_wasm.JwkParamsEc
Parameters for Elliptic Curve Keys.
Hierarchy
JwkParamsEc
↳
IJwkEc
Table of contents
Properties
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.