identity_jose

Module jws

Source
Expand description

JSON Web Signatures (JWS)

The encoding and decoding APIs are strongly informed by the requirements of the higher level functionality offered by the IOTA Identity library. Hence these APIs may possibly not be immediately recognizable from a standard JWT/JWS perspective. See identity_jose/examples/jws_encoding_decoding.rs for a complete example of how to encode and then decode a JWS.

Structs§

Enums§

Traits§

  • Trait for cryptographically verifying a JWS signature.

Type Aliases§