Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ functions
Functions
600 in github.com/arun11299/cpp-jwt
⨍
Functions
600
◇
Types & classes
221
Method
DMap
include/jwt/base64.hpp:153
Method
DecodeError
*/
include/jwt/exceptions.hpp:80
Method
ECDSA_SIG_get0
*/
include/jwt/algorithm.hpp:529
Method
ECDSA_SIG_set0
*/
include/jwt/algorithm.hpp:537
Method
EMap
include/jwt/base64.hpp:60
Method
ImmatureSignatureError
*/
include/jwt/exceptions.hpp:255
Method
InvalidAlgorithmError
*/
include/jwt/exceptions.hpp:143
Method
InvalidAudienceError
*/
include/jwt/exceptions.hpp:191
Method
InvalidIATError
*/
include/jwt/exceptions.hpp:223
Method
InvalidIssuerError
*/
include/jwt/exceptions.hpp:175
Method
InvalidJTIError
*/
include/jwt/exceptions.hpp:239
Method
InvalidKeyError
*/
include/jwt/exceptions.hpp:281
Method
InvalidSignatureError
*/
include/jwt/exceptions.hpp:270
Method
InvalidSubjectError
*/
include/jwt/exceptions.hpp:207
Function
JSON_CATCH
include/jwt/json/json.hpp:19802
Method
JSON_CATCH
include/jwt/json/json.hpp:11893
Function
JSON_INTERNAL_CATCH
include/jwt/json/json.hpp:20361
Method
KeyNotPresentError
*/
include/jwt/exceptions.hpp:110
Method
MemoryAllocationException
include/jwt/exceptions.hpp:43
Method
SignatureFormatError
*/
include/jwt/exceptions.hpp:95
Method
SigningError
*/
include/jwt/exceptions.hpp:66
Function
TEST
tests/test_jwt_es.cc:35
Function
TEST
tests/test_jwt_object.cc:16
Function
TEST
tests/test_jwt_decode_verifiy_with_exception.cc:8
Function
TEST
tests/test_jwt_encode.cc:7
Function
TEST
tests/test_jwt_rsa.cc:39
Function
TEST
tests/test_jwt_decode.cc:5
Function
TEST
tests/test_jwt_decode_verifiy.cc:8
Method
TokenExpiredError
*/
include/jwt/exceptions.hpp:159
Method
TypeConversionError
*/
include/jwt/exceptions.hpp:297
Function
ValueType
include/jwt/json/json.hpp:19720
Method
VerificationError
*/
include/jwt/exceptions.hpp:127
Method
Wrapper
The std::move here is required to resolve to the move ctor rather than to the universal reference ctor.
tests/test_jwt_object.cc:10
Function
accept
include/jwt/json/json.hpp:23228
Function
algorithm
*/
include/jwt/parameters.hpp:318
Method
algorithm_param
include/jwt/parameters.hpp:105
Method
algorithms_param
include/jwt/parameters.hpp:159
Method
align_up
* Rounds up the number to the next closest number * as per the alignment. */
include/jwt/stack_alloc.hpp:121
Method
array_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106 if an
include/jwt/json/json.hpp:11869
Method
at
include/jwt/base64.hpp:156
Method
audience_param
include/jwt/parameters.hpp:186
Function
back
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
include/jwt/json/json.hpp:20449
Function
basic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
include/jwt/json/json.hpp:18269
Function
basic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
include/jwt/json/json.hpp:18166
Function
basic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
include/jwt/json/json.hpp:24957
Function
basic_json from_bson
include/jwt/json/json.hpp:24331
Function
basic_json from_cbor
include/jwt/json/json.hpp:23959
Function
basic_json from_msgpack
include/jwt/json/json.hpp:24102
Function
basic_json from_ubjson
include/jwt/json/json.hpp:24218
Function
basic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
include/jwt/json/json.hpp:16830
Function
basic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
include/jwt/json/json.hpp:18313
Function
basic_json parse
include/jwt/json/json.hpp:23173
Method
basic_string_view
'tors The default constructor;
include/jwt/string_view.hpp:72
Method
begin
include/jwt/string_view.hpp:113
Method
binary
include/jwt/json/json.hpp:5389
Method
binary
include/jwt/json/json.hpp:5564
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/jwt/json/json.hpp:7712
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/jwt/json/json.hpp:12764
Function
bio_deletor
*/
include/jwt/algorithm.hpp:272
Method
boolean
include/jwt/json/json.hpp:5359
Method
boolean
include/jwt/json/json.hpp:5534
Method
byte_container_with_subtype
include/jwt/json/json.hpp:4439
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/jwt/json/json.hpp:13776
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/jwt/json/json.hpp:13791
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
include/jwt/json/json.hpp:13833
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
include/jwt/json/json.hpp:13629
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/jwt/json/json.hpp:13706
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
include/jwt/json/json.hpp:13927
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/jwt/json/json.hpp:13676
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/jwt/json/json.hpp:13734
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
include/jwt/json/json.hpp:21636
Method
clear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
include/jwt/json/json.hpp:4564
Method
compare_length
include/jwt/string_view.hpp:354
Method
construct
include/jwt/json/json.hpp:4020
Method
construct
include/jwt/json/json.hpp:4032
Method
construct
include/jwt/json/json.hpp:4062
Method
construct
include/jwt/json/json.hpp:4084
Method
construct
include/jwt/json/json.hpp:4096
Method
construct
include/jwt/json/json.hpp:4108
Method
construct
include/jwt/json/json.hpp:4120
Method
construct
include/jwt/json/json.hpp:4179
Function
contains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
include/jwt/json/json.hpp:12196
Function
count
include/jwt/json/json.hpp:20863
Method
count_digits
! @brief count digits Count the number of decimal (base 10) digits for an input unsigned integer. @param[in] x unsigned integer number
include/jwt/json/json.hpp:16073
Method
crbegin
include/jwt/string_view.hpp:122
Method
create
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] pos the position where the error occ
include/jwt/json/json.hpp:2436
Method
create
include/jwt/json/json.hpp:2513
Method
create
include/jwt/json/json.hpp:2567
Method
create
include/jwt/json/json.hpp:2614
Method
create
include/jwt/json/json.hpp:2652
Method
create
include/jwt/json/json.hpp:5056
Method
create
include/jwt/json/json.hpp:5080
Method
crend
include/jwt/string_view.hpp:123
Method
diyfp
include/jwt/json/json.hpp:14396
Method
dump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
include/jwt/json/json.hpp:15817
Method
dump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
include/jwt/json/json.hpp:16199
Method
dump_integer
include/jwt/json/json.hpp:16113
Function
ec_key_deletor
*/
include/jwt/algorithm.hpp:286
Function
ec_sig_deletor
*/
include/jwt/algorithm.hpp:293
Method
empty
include/jwt/string_view.hpp:136
← previous
next →
201–300 of 600, ranked by callers