Docs.rs
  • jwt-simple-0.12.2
    • jwt-simple 0.12.2
    • Docs.rs crate page
    • ISC
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jedisct1
    • Dependencies
      • anyhow ^1.0.75 normal
      • binstring ^0.1.1 normal
      • ciborium ^0.2.1 normal
      • coarsetime ^0.1.33 normal
      • ct-codecs ^1.1.1 normal
      • ed25519-compact ^2.0.5 normal
      • hmac-sha1-compact ^1.1.4 normal
      • hmac-sha256 ^1.1.7 normal
      • hmac-sha512 ^1.1.5 normal
      • k256 ^0.13.2 normal
      • p256 ^0.13.2 normal
      • p384 ^0.13.0 normal
      • rand ^0.8.5 normal
      • serde ^1.0.193 normal
      • serde_json ^1.0.108 normal
      • thiserror ^1.0.50 normal
      • zeroize ^1.7.0 normal
      • benchmark-simple ^0.1.8 dev
      • rsa ^0.8.2 normal
      • spki ^0.6.0 normal
      • boring ^4.2.0 normal
    • Versions
    • 83.78% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

jwt_simple0.12.2

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases
  • Derive Macros
?
Change settings

List of all items

Structs

  • Error
  • algorithms::ES256KeyPair
  • algorithms::ES256PublicKey
  • algorithms::ES256kKeyPair
  • algorithms::ES256kPublicKey
  • algorithms::ES384KeyPair
  • algorithms::ES384PublicKey
  • algorithms::Ed25519KeyPair
  • algorithms::Ed25519PublicKey
  • algorithms::HS256Key
  • algorithms::HS384Key
  • algorithms::HS512Key
  • algorithms::PS256KeyPair
  • algorithms::PS256PublicKey
  • algorithms::PS384KeyPair
  • algorithms::PS384PublicKey
  • algorithms::PS512KeyPair
  • algorithms::PS512PublicKey
  • algorithms::RS256KeyPair
  • algorithms::RS256PublicKey
  • algorithms::RS384KeyPair
  • algorithms::RS384PublicKey
  • algorithms::RS512KeyPair
  • algorithms::RS512PublicKey
  • algorithms::RSAPublicKeyComponents
  • claims::Claims
  • claims::JWTClaims
  • claims::NoCustomClaims
  • common::KeyMetadata
  • common::VerificationOptions
  • prelude::Base64
  • prelude::Base64NoPadding
  • prelude::Base64UrlSafe
  • prelude::Base64UrlSafeNoPadding
  • prelude::Clock
  • prelude::Duration
  • prelude::HashSet
  • token::Token
  • token::TokenMetadata

Enums

  • JWTError
  • claims::Audiences

Traits

  • algorithms::ECDSAP256KeyPairLike
  • algorithms::ECDSAP256PublicKeyLike
  • algorithms::ECDSAP256kKeyPairLike
  • algorithms::ECDSAP256kPublicKeyLike
  • algorithms::ECDSAP384KeyPairLike
  • algorithms::ECDSAP384PublicKeyLike
  • algorithms::EdDSAKeyPairLike
  • algorithms::EdDSAPublicKeyLike
  • algorithms::MACLike
  • algorithms::RSAKeyPairLike
  • algorithms::RSAPublicKeyLike
  • prelude::Deserialize
  • prelude::Serialize

Derive Macros

  • prelude::Deserialize
  • prelude::Serialize

Type Aliases

  • prelude::UnixTimeStamp

Constants

  • claims::DEFAULT_TIME_TOLERANCE_SECS
  • common::DEFAULT_MAX_TOKEN_LENGTH
  • token::MAX_HEADER_LENGTH