IJwkEc
@iota/identity-wasm API documentation
Interface: IJwkEc
A JSON Web Key with EC params.
Extends
Properties
kty
kty:
Ec
Key Type.
Identifies the cryptographic algorithm family used with the key.
Overrides
use?
optionaluse:JwkUse
Public Key Use.
Identifies the intended use of the public key.
Inherited from
key_ops?
optionalkey_ops:JwkOperation[]
Key Operations.
Identifies the operation(s) for which the key is intended to be used.
Inherited from
alg?
optionalalg:JwsAlgorithm
Algorithm.
Identifies the algorithm intended for use with the key.
Inherited from
kid?
optionalkid:string
Key ID.
Used to match a specific key among a set of keys within a JWK Set.
Inherited from
x5u?
optionalx5u:string
X.509 URL.
A URI that refers to a resource for an X.509 public key certificate or certificate chain.
Inherited from
x5c?
optionalx5c:string[]
X.509 Certificate Chain.
Contains a chain of one or more PKIX certificates.