Enumeration: JwkOperation
jose/jwk_operation.JwkOperation
Supported algorithms for the JSON Web Key key_ops
property.
Table of contents
Enumeration Members
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.