Crate aliri[−][src]
aliri
This crate implements the Javascript/JSON Object Signing and Encryption (JOSE) standards, including:
- JSON Web Signature (JWS): RFC7515
- JSON Web Key (JWK): RFC7517
- JSON Web Algorithms (JWA): RFC7518
- JSON Web Token (JWT): RFC7519
JSON Web Encryption (JWE), RFC7516, is not yet supported.
Modules
| error | Common errors |
| jwa | Implementations of the JSON Web Algorithms (JWA) standard |
| jwk | Implementations of the JSON Web Keys (JWK) standard |
| jws | Implementations of the JSON Web Signature (JWS) standard |
| jwt | Implementations of the JSON Web Tokens (JWT) standard |
Structs
| Jwk | An identified JSON Web Key |
| Jwks | A JSON Web Key Set (JWKS) |
| Jwt | A JSON Web Token |
| JwtRef | Reference to a JSON Web Token |