Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

IJwkOct

@iota/identity-wasm API documentation


Interface: IJwkOct

A JSON Web Key with OCT params.

Extends

Properties

kty

kty: Oct

Key Type.

Identifies the cryptographic algorithm family used with the key.

More Info

Overrides

IJwk.kty


use?

optional use: JwkUse

Public Key Use.

Identifies the intended use of the public key.

More Info

Inherited from

IJwk.use


key_ops?

optional key_ops: JwkOperation[]

Key Operations.

Identifies the operation(s) for which the key is intended to be used.

More Info

Inherited from

IJwk.key_ops


alg?

optional alg: JwsAlgorithm

Algorithm.

Identifies the algorithm intended for use with the key.

More Info

Inherited from

IJwk.alg


kid?

optional kid: string

Key ID.

Used to match a specific key among a set of keys within a JWK Set.

More Info

Inherited from

IJwk.kid


x5u?

optional x5u: string

X.509 URL.

A URI that refers to a resource for an X.509 public key certificate or certificate chain.

More Info

Inherited from

IJwk.x5u


x5c?

optional x5c: string[]

X.509 Certificate Chain.

Contains a chain of one or more PKIX certificates.

More Info

Inherited from

IJwk.x5c


x5t?

optional x5t: string

X.509 Certificate SHA-1 Thumbprint.

A base64url-encoded SHA-1 thumbprint of the DER encoding of an X.509 certificate.

More Info

Inherited from

IJwk.x5t


x5t#S256?

optional x5t#S256: string

X.509 Certificate SHA-256 Thumbprint.

A base64url-encoded SHA-256 thumbprint of the DER encoding of an X.509 certificate.

More Info

Inherited from

IJwk.x5t#S256


k

k: string

The symmetric key as a base64url-encoded value.

More Info

Inherited from

JwkParamsOct.k