Docs.rs
  • jwt-simple-0.12.9
    • jwt-simple 0.12.9
    • Docs.rs crate page
    • ISC
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jedisct1
    • Dependencies
      • anyhow ^1.0.80 normal
      • binstring ^0.1.1 normal
      • blake2b_simd ^1.0.2 normal
      • ciborium ^0.2.2 normal optional
      • coarsetime ^0.1.34 normal
      • ct-codecs ^1.1.1 normal
      • ed25519-compact ^2.1.1 normal
      • hmac-sha1-compact ^1.1.4 normal
      • hmac-sha256 ^1.1.7 normal
      • hmac-sha512 ^1.1.5 normal
      • k256 ^0.13.3 normal
      • p256 ^0.13.2 normal
      • p384 ^0.13.0 normal
      • rand ^0.8.5 normal
      • serde ^1.0.197 normal
      • serde_json ^1.0.114 normal
      • thiserror ^1.0.57 normal
      • zeroize ^1.7.0 normal
      • benchmark-simple ^0.1.9 dev
      • superboring ^0.1.2 normal
      • boring ^4.5.0 normal optional
      • superboring ^0.1.2 normal optional
    • 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.9

Module algorithms

  • Structs
  • Traits

In crate jwt_simple

?
Change settings

Module jwt_simple::algorithms

source ·

Structs§

  • Blake2bKey
  • 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