Docs.rs
  • jwt-simple-0.11.4
    • jwt-simple 0.11.4
    • Docs.rs crate page
    • ISC
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jedisct1
    • Dependencies
      • anyhow ^1.0.69 normal
      • binstring ^0.1.1 normal
      • ciborium ^0.2.0 normal
      • coarsetime ^0.1.23 normal
      • ct-codecs ^1.1.1 normal
      • ed25519-compact ^2.0.4 normal
      • hmac-sha1-compact ^1.1.3 normal
      • hmac-sha256 ^1.1.6 normal
      • hmac-sha512 ^1.1.4 normal
      • k256 ^0.12.0 normal
      • p256 ^0.12.0 normal
      • p384 ^0.12.0 normal
      • rand ^0.8.5 normal
      • rsa ^0.7.2 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.93 normal
      • spki ^0.6.0 normal
      • thiserror ^1.0.38 normal
      • zeroize ^1.5.7 normal
      • benchmark-simple ^0.1.7 dev
    • Versions
    • 83.56% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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
logo

logo

Module algorithms

  • Structs
  • Traits
?
Change settings

Module jwt_simple::algorithms

source ·

Structs

  • ES256KeyPair
  • ES256PublicKey
  • ES256kKeyPair
  • ES256kPublicKey
  • ES384KeyPair
  • ES384PublicKey
  • Ed25519KeyPair
  • Ed25519PublicKey
  • HS256Key
  • HS384Key
  • HS512Key
  • PS256KeyPair
  • PS256PublicKey
  • PS384KeyPair
  • PS384PublicKey
  • PS512KeyPair
  • PS512PublicKey
  • RS256KeyPair
  • RS256PublicKey
  • RS384KeyPair
  • RS384PublicKey
  • RS512KeyPair
  • RS512PublicKey
  • RSAPublicKeyComponents

Traits

  • ECDSAP256KeyPairLike
  • ECDSAP256PublicKeyLike
  • ECDSAP256kKeyPairLike
  • ECDSAP256kPublicKeyLike
  • ECDSAP384KeyPairLike
  • ECDSAP384PublicKeyLike
  • EdDSAKeyPairLike
  • EdDSAPublicKeyLike
  • MACLike
  • RSAKeyPairLike
  • RSAPublicKeyLike