Skip to main content

JwkOperation

@iota/identity-wasm API documentation


Enumeration: JwkOperation

Supported algorithms for the JSON Web Key key_ops property.

More Info

Enumeration Members​

Sign​

Sign: "sign"

Compute digital signature or MAC.


Verify​

Verify: "verify"

Verify digital signature or MAC.


Encrypt​

Encrypt: "encrypt"

Encrypt content.


Decrypt​

Decrypt: "decrypt"

Decrypt content and validate decryption, if applicable.


WrapKey​

WrapKey: "wrapKey"

Encrypt key.


UnwrapKey​

UnwrapKey: "unwrapKey"

Decrypt key and validate decryption, if applicable.


DeriveKey​

DeriveKey: "deriveKey"

Derive key.


DeriveBits​

DeriveBits: "deriveBits"

Derive bits not to be used as a key.