JwkParamsOkp
@iota/identity-wasm API documentation
Interface: JwkParamsOkp
Parameters for Octet Key Pairs.
Extended by
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.