Table of Contents - jwt-2.3.0 Documentation
Classes and Modules
- JWT
- JWT::Algos
- JWT::Algos::Ecdsa
- JWT::Algos::Eddsa
- JWT::Algos::Hmac
- JWT::Algos::None
- JWT::Algos::Ps
- JWT::Algos::Rsa
- JWT::Algos::Unsupported
- JWT::Base64
- JWT::ClaimsValidator
- JWT::Decode
- JWT::DecodeError
- JWT::DefaultOptions
- JWT::Encode
- JWT::EncodeError
- JWT::ExpiredSignature
- JWT::ImmatureSignature
- JWT::IncorrectAlgorithm
- JWT::InvalidAudError
- JWT::InvalidIatError
- JWT::InvalidIssuerError
- JWT::InvalidJtiError
- JWT::InvalidPayload
- JWT::InvalidSubError
- JWT::JSON
- JWT::JWK
- JWT::JWK::EC
- JWT::JWK::HMAC
- JWT::JWK::KeyBase
- JWT::JWK::KeyFinder
- JWT::JWK::RSA
- JWT::JWKError
- JWT::MissingRequiredClaim
- JWT::RequiredDependencyError
- JWT::SecurityUtils
- JWT::Signature
- JWT::VERSION
- JWT::VerificationError
- JWT::Verify
Methods
- ::classes — JWT::JWK
- ::create_from — JWT::JWK
- ::decode_octets — JWT::JWK::EC
- ::decode_open_ssl_bn — JWT::JWK::EC
- ::decode_open_ssl_bn — JWT::JWK::RSA
- ::ec_pkey — JWT::JWK::EC
- ::gem_version — JWT
- ::generate — JWT::JSON
- ::generate_mappings — JWT::JWK
- ::import — JWT::JWK::EC
- ::import — JWT::JWK::HMAC
- ::import — JWT::JWK::RSA
- ::import — JWT::JWK
- ::inherited — JWT::JWK::KeyBase
- ::jwk_attributes — JWT::JWK::RSA
- ::jwk_attrs — JWT::JWK::EC
- ::mappings — JWT::JWK
- ::new — JWT::ClaimsValidator
- ::new — JWT::Decode
- ::new — JWT::Encode
- ::new — JWT::JWK::EC
- ::new — JWT::JWK::HMAC
- ::new — JWT::JWK::KeyBase
- ::new — JWT::JWK::KeyFinder
- ::new — JWT::JWK::RSA
- ::new — JWT::Verify
- ::new — JWT::JWK
- ::parse — JWT::JSON
- ::populate_key — JWT::JWK::RSA
- ::rsa_pkey — JWT::JWK::RSA
- ::to_openssl_curve — JWT::JWK::EC
- ::url_decode — JWT::Base64
- ::url_encode — JWT::Base64
- ::verify_claims — JWT::Verify
- #allowed_algorithms — JWT::Decode
- #append_private_parts — JWT::JWK::EC
- #append_private_parts — JWT::JWK::RSA
- #asn1_to_raw — JWT::SecurityUtils
- #combine — JWT::Encode
- #decode — JWT
- #decode_crypto — JWT::Decode
- #decode_segments — JWT::Decode
- #encode — JWT::Encode
- #encode — JWT
- #encode_header — JWT::Encode
- #encode_octets — JWT::JWK::EC
- #encode_open_ssl_bn — JWT::JWK::EC
- #encode_open_ssl_bn — JWT::JWK::RSA
- #encode_payload — JWT::Encode
- #encode_signature — JWT::Encode
- #encoded_header — JWT::Encode
- #encoded_header_and_payload — JWT::Encode
- #encoded_payload — JWT::Encode
- #encoded_signature — JWT::Encode
- #exp_leeway — JWT::Verify
- #export — JWT::JWK::EC
- #export — JWT::JWK::HMAC
- #export — JWT::JWK::RSA
- #find — JWT::Algos
- #find_key — JWT::Decode
- #find_key — JWT::JWK::KeyFinder
- #generate_kid — JWT::JWK::EC
- #generate_kid — JWT::JWK::HMAC
- #generate_kid — JWT::JWK::RSA
- #global_leeway — JWT::Verify
- #header — JWT::Decode
- #indexed — JWT::Algos
- #jwks — JWT::JWK::KeyFinder
- #jwks_keys — JWT::JWK::KeyFinder
- #key_for — JWT::JWK::KeyFinder
- #keypair_components — JWT::JWK::EC
- #load_keys — JWT::JWK::KeyFinder
- #nbf_leeway — JWT::Verify
- #options_includes_algo_in_header? — JWT::Decode
- #parse_and_decode — JWT::Decode
- #payload — JWT::Decode
- #private? — JWT::JWK::EC
- #private? — JWT::JWK::HMAC
- #private? — JWT::JWK::RSA
- #public_key — JWT::JWK::HMAC
- #public_key — JWT::JWK::RSA
- #raw_to_asn1 — JWT::SecurityUtils
- #rbnacl_fixup — JWT::SecurityUtils
- #reloadable? — JWT::JWK::KeyFinder
- #require_openssl! — JWT::Algos::Ps
- #resolve_key — JWT::JWK::KeyFinder
- #secure_compare — JWT::SecurityUtils
- #segment_length — JWT::Decode
- #segments — JWT::Encode
- #sign — JWT::Algos::Ecdsa
- #sign — JWT::Algos::Eddsa
- #sign — JWT::Algos::Hmac
- #sign — JWT::Algos::None
- #sign — JWT::Algos::Ps
- #sign — JWT::Algos::Rsa
- #sign — JWT::Algos::Unsupported
- #sign — JWT::Signature
- #signing_input — JWT::Decode
- #validate! — JWT::ClaimsValidator
- #validate_is_numeric — JWT::ClaimsValidator
- #validate_numeric_claims — JWT::ClaimsValidator
- #validate_segment_count! — JWT::Decode
- #verify — JWT::Algos::Ecdsa
- #verify — JWT::Algos::Eddsa
- #verify — JWT::Algos::Hmac
- #verify — JWT::Algos::None
- #verify — JWT::Algos::Ps
- #verify — JWT::Algos::Rsa
- #verify — JWT::Algos::Unsupported
- #verify — JWT::Signature
- #verify_aud — JWT::Verify
- #verify_claims — JWT::Decode
- #verify_expiration — JWT::Verify
- #verify_iat — JWT::Verify
- #verify_iss — JWT::Verify
- #verify_jti — JWT::Verify
- #verify_not_before — JWT::Verify
- #verify_ps — JWT::SecurityUtils
- #verify_required_claims — JWT::Verify
- #verify_rsa — JWT::SecurityUtils
- #verify_signature — JWT::Decode
- #verify_sub — JWT::Verify