Crate identity_jose

source ·
Expand description

§IOTA Identity - JOSE

This crate provides a pluggable JSON Object Signing and Encryption (JOSE) implementation for use in IOTA Identity.

Modules§

  • Errors that may occur in the library.
  • Traits for JOSE headers.
  • JSON Web Keys (JWK)
  • JSON Web Signatures (JWS)
  • JSON Web Tokens (JWT)
  • JSON Web Utilities.