Interface: JwkParamsOkp
identity_wasm.JwkParamsOkp
Parameters for Octet Key Pairs.
Hierarchy
JwkParamsOkp
↳
IJwkOkp
Table of contents
Properties
Properties
crv
• crv: string
The subtype of the key pair.
x
• x: string
The public key as a base64url-encoded value.
d
• Optional
d: string
The private key as a base64url-encoded value.