MCPcopy Create free account

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

Functions600 in github.com/arun11299/cpp-jwt

↓ 157 callersFunctioncreate
include/jwt/json/json.hpp:17401
↓ 122 callersMethodwrite_character
include/jwt/json/json.hpp:12652
↓ 105 callersMethodsize
include/jwt/json/json.hpp:2691
↓ 104 callersMethodadd_claim
include/jwt/jwt.hpp:539
↓ 88 callersFunctionsecret
*/
include/jwt/parameters.hpp:304
↓ 85 callersMethoddata
include/jwt/string_view.hpp:158
↓ 61 callersMethodend
return iterator end (needed for range-based for)
include/jwt/json/json.hpp:3947
↓ 59 callersMethodlength
include/jwt/string_view.hpp:127
↓ 53 callersFunctionalgorithms
*/
include/jwt/parameters.hpp:374
↓ 52 callersMethodbegin
return iterator begin (needed for range-based for)
include/jwt/json/json.hpp:3941
↓ 50 callersMethodback
include/jwt/string_view.hpp:153
↓ 46 callersFunctionget
include/jwt/json/json.hpp:3956
↓ 44 callersMethodat
include/jwt/base64.hpp:63
↓ 38 callersFunctionadd
add a character to token_buffer
include/jwt/json/json.hpp:7272
↓ 38 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
include/jwt/json/json.hpp:11828
↓ 36 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
include/jwt/json/json.hpp:23411
↓ 35 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
include/jwt/json/json.hpp:11853
↓ 32 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
include/jwt/json/json.hpp:17830
↓ 31 callersMethodparse_error
include/jwt/json/json.hpp:2463
↓ 31 callersFunctionpayload
*/
include/jwt/parameters.hpp:277
↓ 30 callersFunctionverify
*/
include/jwt/parameters.hpp:358
↓ 29 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11394
↓ 27 callersMethodpayload
* Sets the payload component object. */
include/jwt/jwt.hpp:914
↓ 26 callersMethodkey
include/jwt/json/json.hpp:5847
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
include/jwt/json/json.hpp:17710
↓ 24 callersMethodhas_claim
* Provides the glue interface for checking if a claim is present * or not. * * @note: See `jwt_payload::has_claim` for more details. */
include/jwt/jwt.hpp:1035
↓ 24 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
include/jwt/json/json.hpp:19051
↓ 23 callersMethodfind
include/jwt/json/json.hpp:16518
↓ 23 callersMethodheader
* Sets the header component object. */
include/jwt/jwt.hpp:931
↓ 22 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
include/jwt/json/json.hpp:21037
↓ 21 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11347
↓ 19 callersMethodnumber_integer
include/jwt/json/json.hpp:5817
↓ 18 callersFunctioninput_adapter
include/jwt/json/json.hpp:5088
↓ 18 callersMethodsax_parse
include/jwt/json/json.hpp:10265
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
include/jwt/json/json.hpp:10037
↓ 17 callersFunctionto_json
include/jwt/json/json.hpp:4213
↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
include/jwt/json/json.hpp:19073
↓ 16 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
include/jwt/json/json.hpp:18892
↓ 15 callersFunctioncombine
boost::hash_combine
include/jwt/json/json.hpp:4595
↓ 15 callersFunctionfrom_json
include/jwt/json/json.hpp:3426
↓ 15 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
include/jwt/json/json.hpp:9890
↓ 15 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
include/jwt/json/json.hpp:7319
↓ 15 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
include/jwt/json/json.hpp:11782
↓ 14 callersMethoderase
include/jwt/json/json.hpp:16473
↓ 14 callersMethodhas_claim_with_value
include/jwt/jwt.hpp:710
↓ 14 callersMethodnumber_unsigned
include/jwt/json/json.hpp:5822
↓ 13 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
include/jwt/json/json.hpp:20966
↓ 11 callersMethodalgo
Exposed APIs * NOTE: Any previously saved json dump or the encoding of the * header would not be valid after modifying the algorithm. */ * Set t
include/jwt/jwt.hpp:314
↓ 11 callersMethodcend
include/jwt/string_view.hpp:120
↓ 11 callersMethodnumber_float
include/jwt/json/json.hpp:5827
↓ 10 callersMethodboolean
include/jwt/json/json.hpp:5812
↓ 10 callersMethodinsert
include/jwt/json/json.hpp:16542
↓ 10 callersFunctionparser
include/jwt/json/json.hpp:16684
↓ 9 callersMethodcbegin
include/jwt/string_view.hpp:119
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
include/jwt/json/json.hpp:19117
↓ 9 callersFunctionreg_claims_to_str
* Converts an instance of type `enum class registered_claims` * to its string equivalent representation. */
include/jwt/jwt.hpp:119
↓ 8 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
include/jwt/json/json.hpp:15533
↓ 8 callersMethodemplace
include/jwt/json/json.hpp:16424
↓ 8 callersMethodfind_first_of
include/jwt/string_view.hpp:277
↓ 8 callersFunctionread_from_file
tests/test_jwt_es.cc:12
↓ 8 callersFunctionread_from_file
tests/test_jwt_rsa.cc:16
↓ 7 callersFunctionbase64_encode
* Encodes a sequence of octet into base64 string. * Returns std::string resized to contain only the * encoded data (as usual without null terminator
include/jwt/base64.hpp:89
↓ 7 callersMethodend_array
include/jwt/json/json.hpp:5862
↓ 7 callersMethodend_object
include/jwt/json/json.hpp:5852
↓ 7 callersMethodstart_array
include/jwt/json/json.hpp:5857
↓ 7 callersMethodstart_object
include/jwt/json/json.hpp:5842
↓ 7 callersMethodstring
include/jwt/json/json.hpp:5832
↓ 6 callersMethodhas_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
include/jwt/json/json.hpp:4540
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
include/jwt/json/json.hpp:19095
↓ 6 callersFunctionissuer
*/
include/jwt/parameters.hpp:402
↓ 6 callersMethodmax_size
include/jwt/string_view.hpp:130
↓ 6 callersMethodnull
include/jwt/json/json.hpp:5807
↓ 6 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
include/jwt/json/json.hpp:21713
↓ 6 callersMethodsubtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
include/jwt/json/json.hpp:4519
↓ 6 callersMethodto_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
include/jwt/json/json.hpp:11600
↓ 5 callersFunctionbase64_decode
* Decodes octet of base64 encoded byte string. * * Returns a std::string with the decoded byte string. * * Arguments: * @in : Encoded base64 byt
include/jwt/base64.hpp:191
↓ 5 callersFunctionfind
include/jwt/json/json.hpp:20812
↓ 5 callersMethodget_character
include/jwt/json/json.hpp:4770
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
include/jwt/json/json.hpp:10665
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
include/jwt/json/json.hpp:10196
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
include/jwt/json/json.hpp:10257
↓ 4 callersMethodbinary
include/jwt/json/json.hpp:5837
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
include/jwt/json/json.hpp:21077
↓ 4 callersMethodcount
include/jwt/json/json.hpp:16506
↓ 4 callersFunctiondestroy
include/jwt/json/json.hpp:17610
↓ 4 callersFunctionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
include/jwt/json/json.hpp:21421
↓ 4 callersFunctionescape
escape "~" to "~0" and "/" to "~1"
include/jwt/json/json.hpp:12363
↓ 4 callersMethodfind_last_of
include/jwt/string_view.hpp:294
↓ 4 callersFunctionget_arithmetic_value
include/jwt/json/json.hpp:3440
↓ 4 callersMethodget_binary
include/jwt/json/json.hpp:10000
↓ 4 callersMethodget_string
include/jwt/json/json.hpp:9967
↓ 4 callersFunctioninsert_iterator
include/jwt/json/json.hpp:21984
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
include/jwt/json/json.hpp:18914
↓ 4 callersFunctionleeway
*/
include/jwt/parameters.hpp:366
↓ 4 callersMethodremove_claim
* Remove a claim identified by a claim name. */
include/jwt/jwt.hpp:660
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
include/jwt/json/json.hpp:12351
↓ 4 callersMethodsecret
* Get the secret to be used for signing. */
include/jwt/jwt.hpp:964
↓ 4 callersMethodsubstr
NOTE: Does not throw
include/jwt/string_view.hpp:205
↓ 4 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
include/jwt/json/json.hpp:22359
↓ 3 callersFunctionalg_to_str
* Convert the algorithm enum class type to * its stringified form. */
include/jwt/algorithm.hpp:225
next →1–100 of 600, ranked by callers