Contents
Detailed Description
Namespaces
Classes
Enums
Functions
Typedefs
Most of the signing and verification code has been taken and modified for C++ specific use from the C implementation JWT library, libjwt. https://github.com/benmcollins/libjwt/tree/master/libjwt
Namespace jwt::algo
Namespace jwt::detail
Namespace jwt::params
Template Struct base64_enc_dec
Template Struct HMACSign
Template Struct HMACSign< algo::NONE >
Struct jwt_header
Struct jwt_payload
Struct jwt_set
Struct jwt_set::case_compare
Struct jwt_signature
Template Struct PEMSign
Template Struct stack_alloc::rebind
Struct write_interface
Template Class Arena
Template Class basic_string_view
Class DecodeError
Class DMap
Class EMap
Class ImmatureSignatureError
Class InvalidAlgorithmError
Class InvalidAudienceError
Class InvalidIATError
Class InvalidIssuerError
Class InvalidJTIError
Class InvalidKeyError
Class InvalidSignatureError
Class InvalidSubjectError
Class jwt_object
Class KeyNotPresentError
Class MemoryAllocationException
Class SignatureFormatError
Class SigningError
Template Class stack_alloc
Class TokenExpiredError
Class TypeConversionError
Class VerificationError
Enum algorithm
Enum AlgorithmErrc
Enum AlgorithmFailureSource
Enum DecodeErrc
Enum registered_claims
Enum type
Enum VerificationErrc
Function jwt::alg_to_str
Function jwt::base64_decode
Function jwt::base64_encode
Function jwt::base64_uri_decode
Function jwt::base64_uri_encode
Function jwt::bio_deletor
Template Function jwt::decode(const jwt::string_view, const params::detail::algorithms_param<SequenceT>&, std::error_code&, Args&&…)
Template Function jwt::decode(const jwt::string_view, const params::detail::algorithms_param<SequenceT>&, Args&&…)
Function jwt::decoding_size
Function jwt::ec_key_deletor
Function jwt::ec_sig_deletor
Function jwt::encoding_size
Function jwt::ev_pkey_deletor
Function jwt::evp_md_ctx_deletor
Function jwt::make_error_code(AlgorithmErrc)
Function jwt::make_error_code(DecodeErrc)
Function jwt::make_error_code(VerificationErrc)
Template Function jwt::operator<<
Function jwt::reg_claims_to_str
Function jwt::str_to_alg
Function jwt::str_to_type
Template Function jwt::to_json_str
Function jwt::type_to_str
Template Function jwt::write
Typedef jwt::bio_deletor_t
Typedef jwt::BIO_uptr
Typedef jwt::EC_KEY_uptr
Typedef jwt::EC_PKEY_uptr
Typedef jwt::EC_SIG_uptr
Typedef jwt::eckey_deletor_t
Typedef jwt::ecsig_deletor_t
Typedef jwt::evp_mdctx_deletor_t
Typedef jwt::EVP_MDCTX_uptr
Typedef jwt::evpkey_deletor_t
Typedef jwt::short_string
Typedef jwt::sign_func_t
Typedef jwt::sign_result_t
Typedef jwt::string_view
Typedef jwt::system_time_t
Typedef jwt::verify_func_t
Typedef jwt::verify_result_t