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
jwt_header
'tors * Default constructor. */
include/jwt/jwt.hpp:274
Method
jwt_object
'tors * Default constructor. */
include/jwt/jwt.hpp:858
Function
jwt_object_pem_test
include/jwt/test/test_jwt_object.cc:51
Method
jwt_payload
'tors * Default constructor. */
include/jwt/jwt.hpp:502
Method
jwt_signature
'tors Default constructor
include/jwt/jwt.hpp:789
Method
key
include/jwt/json/json.hpp:5408
Method
key
include/jwt/json/json.hpp:5588
Method
key
return the key of an object iterator
include/jwt/json/json.hpp:11515
Method
leeway_param
include/jwt/parameters.hpp:173
Method
lexer
include/jwt/json/json.hpp:5994
Function
main
examples/simple_ex2.cc:6
Function
main
examples/simple_ex3_rsa.cc:40
Function
main
examples/simple_ex1.cc:4
Function
main
include/jwt/test/test_jwt_payload.cc:31
Function
main
include/jwt/test/test_sv.cc:161
Function
main
include/jwt/test/test_jwt_object.cc:89
Function
main
include/jwt/test/test_stack_alloc.cc:9
Function
main
include/jwt/test/test_rsa.cc:44
Function
main
include/jwt/test/test_base64.cc:44
Function
main
include/jwt/test/test_jwt_header.cc:16
Function
main
include/jwt/test/test_hmac.cc:13
Function
main
include/jwt/test/test_jwt_decode.cc:27
Function
main
include/jwt/test/test_jwt_signature.cc:22
Function
main
include/jwt/test/test_evp.c:4
Function
main
include/jwt/json/test_json.cc:20
Function
max_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
include/jwt/json/json.hpp:21565
Function
merge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
include/jwt/json/json.hpp:25133
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
include/jwt/json/json.hpp:14414
Method
name
include/jwt/json/json.hpp:2369
Function
nbf
*/
include/jwt/parameters.hpp:434
Method
nbf_param
include/jwt/parameters.hpp:254
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
include/jwt/json/json.hpp:6088
Method
nonesuch
include/jwt/json/json.hpp:2825
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
include/jwt/json/json.hpp:14479
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
include/jwt/json/json.hpp:14496
Method
null
include/jwt/json/json.hpp:5353
Method
null
include/jwt/json/json.hpp:5528
Method
number_float
include/jwt/json/json.hpp:5377
Method
number_float
include/jwt/json/json.hpp:5552
Method
number_integer
include/jwt/json/json.hpp:5365
Method
number_integer
include/jwt/json/json.hpp:5540
Method
number_unsigned
include/jwt/json/json.hpp:5371
Method
number_unsigned
include/jwt/json/json.hpp:5546
Function
operator "" _json
include/jwt/json/json.hpp:25253
Function
operator "" _json_pointer
include/jwt/json/json.hpp:25272
Function
operator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
include/jwt/json/json.hpp:12502
Method
operator!=
inequality operator (needed for range-based for)
include/jwt/json/json.hpp:3888
Method
operator!=
include/jwt/json/json.hpp:4469
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11192
Method
operator()
include/jwt/jwt.hpp:148
Method
operator()
include/jwt/algorithm.hpp:81
Method
operator()
include/jwt/algorithm.hpp:92
Method
operator()
include/jwt/algorithm.hpp:103
Method
operator()
include/jwt/algorithm.hpp:114
Method
operator()
include/jwt/algorithm.hpp:127
Method
operator()
include/jwt/algorithm.hpp:140
Method
operator()
include/jwt/algorithm.hpp:153
Method
operator()
include/jwt/algorithm.hpp:166
Method
operator()
include/jwt/algorithm.hpp:179
Method
operator()
include/jwt/algorithm.hpp:192
Method
operator()
include/jwt/json/json.hpp:3787
Method
operator()
include/jwt/json/json.hpp:4350
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
include/jwt/json/json.hpp:25195
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
include/jwt/json/json.hpp:25211
Method
operator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11008
Method
operator+
include/jwt/json/json.hpp:10686
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11293
Method
operator++
include/jwt/json/json.hpp:10704
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11079
Method
operator++
post-increment (it++)
include/jwt/json/json.hpp:11461
Method
operator-
include/jwt/json/json.hpp:10693
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11315
Method
operator-
subtract from iterator
include/jwt/json/json.hpp:11497
Method
operator--
include/jwt/json/json.hpp:10717
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11122
Method
operator--
post-decrement (it--)
include/jwt/json/json.hpp:11473
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11045
Method
operator->
include/jwt/json/json.hpp:12579
Method
operator/
include/jwt/json/json.hpp:11698
Method
operator<
include/jwt/json/json.hpp:10681
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11201
Function
operator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
include/jwt/json/json.hpp:22885
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11228
Method
operator=
include/jwt/json/json.hpp:2829
Function
operator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
include/jwt/json/json.hpp:12485
Method
operator==
equality operator (needed for InputIterator)
include/jwt/json/json.hpp:3882
Method
operator==
include/jwt/json/json.hpp:4463
Method
operator==
include/jwt/json/json.hpp:10676
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11165
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
include/jwt/json/json.hpp:22931
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11237
Function
operator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
include/jwt/json/json.hpp:22977
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11246
Function
operator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
include/jwt/json/json.hpp:19988
Method
operator[]
Element Access Member Functions
include/jwt/string_view.hpp:139
Method
operator[]
access to successor
include/jwt/json/json.hpp:11509
Method
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
include/jwt/json/json.hpp:16417
Method
output_adapter
include/jwt/json/json.hpp:12719
Method
output_stream_adapter
include/jwt/json/json.hpp:12672
Method
output_string_adapter
include/jwt/json/json.hpp:12696
← previous
next →
401–500 of 600, ranked by callers