MCPcopy Create free account

hub / github.com/arun11299/cpp-jwt / functions

Functions600 in github.com/arun11299/cpp-jwt

MethodDMap
include/jwt/base64.hpp:153
MethodDecodeError
*/
include/jwt/exceptions.hpp:80
MethodECDSA_SIG_get0
*/
include/jwt/algorithm.hpp:529
MethodECDSA_SIG_set0
*/
include/jwt/algorithm.hpp:537
MethodEMap
include/jwt/base64.hpp:60
MethodImmatureSignatureError
*/
include/jwt/exceptions.hpp:255
MethodInvalidAlgorithmError
*/
include/jwt/exceptions.hpp:143
MethodInvalidAudienceError
*/
include/jwt/exceptions.hpp:191
MethodInvalidIATError
*/
include/jwt/exceptions.hpp:223
MethodInvalidIssuerError
*/
include/jwt/exceptions.hpp:175
MethodInvalidJTIError
*/
include/jwt/exceptions.hpp:239
MethodInvalidKeyError
*/
include/jwt/exceptions.hpp:281
MethodInvalidSignatureError
*/
include/jwt/exceptions.hpp:270
MethodInvalidSubjectError
*/
include/jwt/exceptions.hpp:207
FunctionJSON_CATCH
include/jwt/json/json.hpp:19802
MethodJSON_CATCH
include/jwt/json/json.hpp:11893
FunctionJSON_INTERNAL_CATCH
include/jwt/json/json.hpp:20361
MethodKeyNotPresentError
*/
include/jwt/exceptions.hpp:110
MethodMemoryAllocationException
include/jwt/exceptions.hpp:43
MethodSignatureFormatError
*/
include/jwt/exceptions.hpp:95
MethodSigningError
*/
include/jwt/exceptions.hpp:66
FunctionTEST
tests/test_jwt_es.cc:35
FunctionTEST
tests/test_jwt_object.cc:16
FunctionTEST
tests/test_jwt_decode_verifiy_with_exception.cc:8
FunctionTEST
tests/test_jwt_encode.cc:7
FunctionTEST
tests/test_jwt_rsa.cc:39
FunctionTEST
tests/test_jwt_decode.cc:5
FunctionTEST
tests/test_jwt_decode_verifiy.cc:8
MethodTokenExpiredError
*/
include/jwt/exceptions.hpp:159
MethodTypeConversionError
*/
include/jwt/exceptions.hpp:297
FunctionValueType
include/jwt/json/json.hpp:19720
MethodVerificationError
*/
include/jwt/exceptions.hpp:127
MethodWrapper
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
Functionaccept
include/jwt/json/json.hpp:23228
Functionalgorithm
*/
include/jwt/parameters.hpp:318
Methodalgorithm_param
include/jwt/parameters.hpp:105
Methodalgorithms_param
include/jwt/parameters.hpp:159
Methodalign_up
* Rounds up the number to the next closest number * as per the alignment. */
include/jwt/stack_alloc.hpp:121
Methodarray_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
Methodat
include/jwt/base64.hpp:156
Methodaudience_param
include/jwt/parameters.hpp:186
Functionback
! @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
Functionbasic_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
Functionbasic_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
Functionbasic_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
Functionbasic_json from_bson
include/jwt/json/json.hpp:24331
Functionbasic_json from_cbor
include/jwt/json/json.hpp:23959
Functionbasic_json from_msgpack
include/jwt/json/json.hpp:24102
Functionbasic_json from_ubjson
include/jwt/json/json.hpp:24218
Functionbasic_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
Functionbasic_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
Functionbasic_json parse
include/jwt/json/json.hpp:23173
Methodbasic_string_view
'tors The default constructor;
include/jwt/string_view.hpp:72
Methodbegin
include/jwt/string_view.hpp:113
Methodbinary
include/jwt/json/json.hpp:5389
Methodbinary
include/jwt/json/json.hpp:5564
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/jwt/json/json.hpp:7712
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/jwt/json/json.hpp:12764
Functionbio_deletor
*/
include/jwt/algorithm.hpp:272
Methodboolean
include/jwt/json/json.hpp:5359
Methodboolean
include/jwt/json/json.hpp:5534
Methodbyte_container_with_subtype
include/jwt/json/json.hpp:4439
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/jwt/json/json.hpp:13776
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/jwt/json/json.hpp:13791
Methodcalc_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
Methodcalc_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
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/jwt/json/json.hpp:13706
Methodcalc_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
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/jwt/json/json.hpp:13676
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/jwt/json/json.hpp:13734
Functionclear
! @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
Methodclear_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
Methodcompare_length
include/jwt/string_view.hpp:354
Methodconstruct
include/jwt/json/json.hpp:4020
Methodconstruct
include/jwt/json/json.hpp:4032
Methodconstruct
include/jwt/json/json.hpp:4062
Methodconstruct
include/jwt/json/json.hpp:4084
Methodconstruct
include/jwt/json/json.hpp:4096
Methodconstruct
include/jwt/json/json.hpp:4108
Methodconstruct
include/jwt/json/json.hpp:4120
Methodconstruct
include/jwt/json/json.hpp:4179
Functioncontains
! @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
Functioncount
include/jwt/json/json.hpp:20863
Methodcount_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
Methodcrbegin
include/jwt/string_view.hpp:122
Methodcreate
! @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
Methodcreate
include/jwt/json/json.hpp:2513
Methodcreate
include/jwt/json/json.hpp:2567
Methodcreate
include/jwt/json/json.hpp:2614
Methodcreate
include/jwt/json/json.hpp:2652
Methodcreate
include/jwt/json/json.hpp:5056
Methodcreate
include/jwt/json/json.hpp:5080
Methodcrend
include/jwt/string_view.hpp:123
Methoddiyfp
include/jwt/json/json.hpp:14396
Methoddump_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
Methoddump_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
Methoddump_integer
include/jwt/json/json.hpp:16113
Functionec_key_deletor
*/
include/jwt/algorithm.hpp:286
Functionec_sig_deletor
*/
include/jwt/algorithm.hpp:293
Methodempty
include/jwt/string_view.hpp:136
← previousnext →201–300 of 600, ranked by callers