Docs.rs
  • aliri_jose-0.2.0
    • aliri_jose 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • neoeinstein
    • Dependencies
      • aliri_core ^0.2.0 normal
      • aliri_macros ^0.1.0 normal
      • lazy_static ^1 normal
      • openssl ^0.10 normal optional
      • regex ^1 normal
      • ring ^0.16 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • thiserror ^1 normal
      • color-eyre ^0.5 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

aliri_jose0.2.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • Jwk
  • Jwks
  • Jwt
  • JwtRef
  • error::IncompatibleAlgorithm
  • error::JwkUsageMismatch
  • error::KeyRejected
  • error::MalformedJwt
  • error::MalformedJwtHeader
  • error::MalformedJwtPayload
  • error::MalformedJwtSignature
  • error::MissingPrivateKey
  • error::SignatureMismatch
  • error::Unexpected
  • jwa::Hmac
  • jwa::Rsa
  • jwa::hmac::Hmac
  • jwa::rsa::PublicKey
  • jwa::rsa::Rsa
  • jwk::Jwk
  • jwk::KeyId
  • jwk::KeyIdRef
  • jwt::Audience
  • jwt::AudienceRef
  • jwt::Audiences
  • jwt::Claims
  • jwt::CoreValidator
  • jwt::Decomposed
  • jwt::Empty
  • jwt::Headers
  • jwt::Issuer
  • jwt::IssuerRef
  • jwt::Jwt
  • jwt::JwtRef
  • jwt::NoopValidator
  • jwt::Subject
  • jwt::SubjectRef
  • jwt::Validated

Enums

  • error::ClaimsRejected
  • error::JwkVerifyError
  • error::JwtSigningError
  • error::JwtVerifyError
  • error::SigningError
  • jwa::Algorithm
  • jwa::Usage
  • jwa::hmac::SigningAlgorithm
  • jwa::rsa::SigningAlgorithm
  • jws::Algorithm

Traits

  • jws::Signer
  • jws::Verifier
  • jwt::ClaimsValidator
  • jwt::CoreClaims
  • jwt::CoreHeaders
  • jwt::HasAlgorithm