Docs.rs
  • jute-0.1.2
    • jute 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • diabloxenon
    • Dependencies
      • base64ct ^1.6.0 normal
      • hex ^0.4.3 normal
      • num-bigint ^0.4 normal
      • num-traits ^0.2 normal
      • once_cell ^1.16.0 normal
      • ring ~0.16.20 normal
      • serde ^1.0.184 normal
      • serde_json ^1.0 normal
      • time ^0.3.28 normal
      • serde_test ^1.0 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

jute0.1.2

Crate Items

  • Structs
  • Enums
  • Statics
  • Traits
  • Type Aliases

List of all items

Structs

  • Base64Url
  • ClaimPresenceOptions
  • ClaimsSet
  • Compact
  • Empty
  • RegisteredClaims
  • TemporalOptions
  • Timestamp
  • ValidationOptions
  • digest::Algorithm
  • jwa::EncryptionResult
  • jwe::CekAlgorithmHeader
  • jwe::Header
  • jwe::RegisteredHeader
  • jwk::CommonParameters
  • jwk::EllipticCurveKeyParameters
  • jwk::JWK
  • jwk::JWKSet
  • jwk::OctetKeyPairParameters
  • jwk::OctetKeyParameters
  • jwk::OtherPrimesInfo
  • jwk::RSAKeyParameters
  • jws::Header
  • jws::RegisteredHeader
  • jws::Signable
  • jws::SignedData

Enums

  • Presence
  • SingleOrMultiple
  • Validation
  • errors::DecodeError
  • errors::Error
  • errors::ValidationError
  • jwa::Algorithm
  • jwa::ContentEncryptionAlgorithm
  • jwa::EncryptionOptions
  • jwa::KeyManagementAlgorithm
  • jwa::KeyManagementAlgorithmType
  • jwa::SignatureAlgorithm
  • jwe::Compact
  • jwe::CompressionAlgorithm
  • jwk::AlgorithmParameters
  • jwk::EllipticCurve
  • jwk::EllipticCurveKeyType
  • jwk::KeyOperations
  • jwk::KeyType
  • jwk::OctetKeyPairType
  • jwk::OctetKeyType
  • jwk::PublicKeyUse
  • jwk::RSAKeyType
  • jws::Compact
  • jws::Secret

Traits

  • CompactJson
  • CompactPart
  • jwa::SecureRandom

Type Aliases

  • JWE
  • JWT

Statics

  • digest::SHA256
  • digest::SHA384
  • digest::SHA512
  • digest::SHA512_256