JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NjwtJSON Web Token
 NalgorithmVarious cryptographic algorithms when working with JWT
 CecdsaBase class for ECDSA family of algorithms
 Ced25519
 Ced448
 CeddsaBase class for EdDSA family of algorithms
 Ces256
 Ces256k
 Ces384
 Ces512
 ChmacshaBase class for HMAC family of algorithms
 Chs256
 Chs384
 Chs512
 Cnone"none" algorithm
 Cps256
 Cps384
 Cps512
 CpssBase class for PSS-RSA family of algorithms
 Crs256
 Crs384
 Crs512
 CrsaBase class for RSA family of algorithms
 NalphabetCharacter maps when encoding and decoding
 Nhelper
 Cbase64url_percent_encodingA General purpose base64url alphabet respecting the URI Case Normalization
 Cbase64Valid list of character when working with Base64
 Cbase64urlValid list of character when working with Base64URL
 NerrorEverything related to error codes issued by the library
 Cclaim_not_present_exception
 Cecdsa_exception
 Cinvalid_json_exception
 Crsa_exception
 Csignature_generation_exception
 Csignature_verification_exception
 Ctoken_verification_exception
 NhelperA collection for working with certificates
 Cevp_pkey_handleHandle class for EVP_PKEY structures
 NtraitsNamespace containing all the json_trait implementations for a jwt::basic_claim
 Cboost_jsonBasic_claim's JSON trait implementation for Boost.JSON
 Cdanielaparker_jsonconsBasic_claim's JSON trait implementation for jsoncons
 Cobject_type
 Ckazuho_picojsonBasic_claim's JSON trait implementation for picojson
 Cnlohmann_jsonBasic_claim's JSON trait implementation for Modern C++ JSON
 Copen_source_parsers_jsoncppBasic_claim's JSON trait implementation for jsoncpp
 Carray_type
 Cobject_type
 Nverify_ops
 Cdate_after_claim
 Cdate_before_claim
 Cequals_claim
 Cinsensitive_string_claim
 Cis_subset_claim
 Cverify_context
 Cbasic_claimClass to store a generic JSON value as claim
 Cbuilder
 Cdecoded_jwt
 Cdefault_clock
 Cheader
 CjwkJSON Web Key
 CjwksJWK Set
 Cpayload
 Cverifier