Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thalhammer/jwt-cpp
/ functions
Functions
441 in github.com/Thalhammer/jwt-cpp
⨍
Functions
441
◇
Types & classes
108
Method
jwk
include/jwt-cpp/jwt.h:3866
Method
jwks
* Default constructor producing an empty object without any keys */
include/jwt-cpp/jwt.h:4084
Function
main
example/rsa-create.cpp:5
Function
main
example/es256k.cpp:5
Function
main
example/jwks-verify.cpp:11
Function
main
example/print-claims.cpp:5
Function
main
example/rsa-verify.cpp:5
Function
main
example/partial-claim-verifier.cpp:6
Function
main
example/private-claims.cpp:10
Function
main
example/traits/kazuho-picojson.cpp:6
Function
main
example/traits/nlohmann-json.cpp:6
Function
main
example/traits/danielaparker-jsoncons.cpp:6
Function
main
example/traits/boost-json.cpp:7
Function
main
example/traits/open-source-parsers-jsoncpp.cpp:6
Function
main
tests/TestMain.cpp:3
Function
main
tests/cmake/defaults-enabled.cpp:3
Function
main
tests/cmake/base64-is-disabled.cpp:7
Function
main
tests/cmake/wolfssl-is-used.cpp:14
Function
main
tests/cmake/libressl-is-used.cpp:9
Function
main
tests/cmake/picojson-is-disabled.cpp:7
Function
make_error_code
* \brief Converts JWT-CPP errors into generic STL error_codes */
include/jwt-cpp/jwt.h:155
Method
map_of_claims
include/jwt-cpp/jwt.h:2742
Method
match
include/picojson/picojson.h:706
Method
message
include/jwt-cpp/jwt.h:183
Method
message
include/jwt-cpp/jwt.h:234
Method
message
include/jwt-cpp/jwt.h:293
Method
message
include/jwt-cpp/jwt.h:355
Method
name
include/jwt-cpp/jwt.h:130
Method
name
include/jwt-cpp/jwt.h:182
Method
name
include/jwt-cpp/jwt.h:233
Method
name
include/jwt-cpp/jwt.h:292
Method
name
include/jwt-cpp/jwt.h:354
Method
name
Get algorithm name
include/jwt-cpp/jwt.h:1377
Method
name
* Returns the algorithm name provided to the constructor * * \return algorithm's name */
include/jwt-cpp/jwt.h:1439
Method
name
* Returns the algorithm name provided to the constructor * \return algorithm's name */
include/jwt-cpp/jwt.h:1692
Method
name
* Returns the algorithm name provided to the constructor * \return algorithm's name */
include/jwt-cpp/jwt.h:1924
Method
name
* Returns the algorithm name provided to the constructor * \return algorithm's name */
include/jwt-cpp/jwt.h:2050
Method
nonesuch
include/jwt-cpp/jwt.h:2334
Method
now
tests/TokenTest.cpp:809
Method
null_parse_context
include/picojson/picojson.h:1045
Method
object_type
include/jwt-cpp/traits/danielaparker-jsoncons/traits.h:33
Method
object_type
include/jwt-cpp/traits/open-source-parsers-jsoncpp/traits.h:48
Method
operator!
include/jwt-cpp/jwt.h:439
Function
operator!=
include/picojson/picojson.h:1169
Method
operator()
include/jwt-cpp/jwt.h:3452
Method
operator()
include/jwt-cpp/jwt.h:3481
Method
operator()
include/jwt-cpp/jwt.h:3498
Method
operator()
include/jwt-cpp/jwt.h:3516
Method
operator()
include/jwt-cpp/jwt.h:3549
Method
operator()
include/picojson/picojson.h:531
Method
operator+
include/jwt-cpp/base.h:159
Method
operator=
include/jwt-cpp/jwt.h:2338
Function
operator==
include/picojson/picojson.h:1150
Method
operator==
include/jwt-cpp/base.h:161
Method
p1363_to_der_signature
include/jwt-cpp/jwt.h:1752
Function
pad
include/jwt-cpp/base.h:279
Method
padding
include/jwt-cpp/base.h:156
Method
parse
include/jwt-cpp/traits/danielaparker-jsoncons/traits.h:167
Method
parse
include/jwt-cpp/traits/kazuho-picojson/traits.h:71
Method
parse
include/jwt-cpp/traits/boost-json/traits.h:74
Method
parse
include/jwt-cpp/traits/open-source-parsers-jsoncpp/traits.h:121
Method
parse
include/jwt-cpp/traits/nlohmann-json/traits.h:71
Method
parse_array_item
include/picojson/picojson.h:1003
Method
parse_array_item
include/picojson/picojson.h:1071
Method
parse_array_start
include/picojson/picojson.h:996
Method
parse_array_start
include/picojson/picojson.h:1065
Method
parse_array_stop
include/picojson/picojson.h:1009
Method
parse_array_stop
include/picojson/picojson.h:1074
Method
parse_claims
* \brief Parse a JSON string into a map of claims * * The implication is that a "map of claims" is identic to a JSON object * * \param
include/jwt-cpp/jwt.h:2765
Function
parse_jwk
* Parse a jwk * \param token JWK Token to parse * \return Parsed JWK * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/danielaparker-jsoncons/defaults.h:70
Function
parse_jwk
* Parse a jwk * \param token JWK Token to parse * \return Parsed JWK * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/kazuho-picojson/defaults.h:66
Function
parse_jwk
* Parse a jwk * \param token JWK Token to parse * \return Parsed JWK * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/boost-json/defaults.h:70
Function
parse_jwk
* Parse a jwk * \param token JWK Token to parse * \return Parsed JWK * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/open-source-parsers-jsoncpp/defaults.h:70
Function
parse_jwk
* Parse a jwk * \param token JWK Token to parse * \return Parsed JWK * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/nlohmann-json/defaults.h:70
Function
parse_jwks
* Parse a jwks * \param token JWKs Token to parse * \return Parsed JWKs * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/danielaparker-jsoncons/defaults.h:80
Function
parse_jwks
* Parse a jwks * \param token JWKs Token to parse * \return Parsed JWKs * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/kazuho-picojson/defaults.h:76
Function
parse_jwks
* Parse a jwks * \param token JWKs Token to parse * \return Parsed JWKs * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/boost-json/defaults.h:80
Function
parse_jwks
* Parse a jwks * \param token JWKs Token to parse * \return Parsed JWKs * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/open-source-parsers-jsoncpp/defaults.h:81
Function
parse_jwks
* Parse a jwks * \param token JWKs Token to parse * \return Parsed JWKs * \throw std::runtime_error Token is not in correct format */
include/jwt-cpp/traits/nlohmann-json/defaults.h:80
Method
parse_object_item
include/picojson/picojson.h:1019
Method
parse_object_item
include/picojson/picojson.h:1084
Method
parse_object_start
include/picojson/picojson.h:1013
Method
parse_object_start
include/picojson/picojson.h:1078
Method
parse_object_stop
include/picojson/picojson.h:1024
Method
parse_string
include/picojson/picojson.h:992
Method
parse_string
include/picojson/picojson.h:1061
Method
ps256
* Construct new instance of algorithm * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if
include/jwt-cpp/jwt.h:2264
Method
ps384
* Construct new instance of algorithm * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if
include/jwt-cpp/jwt.h:2279
Method
ps512
* Construct new instance of algorithm * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if
include/jwt-cpp/jwt.h:2294
Method
pss
* Construct new pss algorithm * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if not ava
include/jwt-cpp/jwt.h:1946
Method
rs256
* \brief Construct new instance of algorithm * * \param public_key RSA public key in PEM format * \param private_key RSA private key or em
include/jwt-cpp/jwt.h:2105
Method
rs384
* Construct new instance of algorithm * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if
include/jwt-cpp/jwt.h:2120
Method
rs512
* Construct new instance of algorithm * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if
include/jwt-cpp/jwt.h:2135
Method
rsa
* Construct new rsa algorithm * * \param public_key RSA public key in PEM format * \param private_key RSA private key or empty string if n
include/jwt-cpp/jwt.h:1463
Method
serialize
include/jwt-cpp/traits/danielaparker-jsoncons/traits.h:172
Method
serialize
include/jwt-cpp/traits/kazuho-picojson/traits.h:75
Method
serialize
include/jwt-cpp/traits/boost-json/traits.h:79
Method
serialize
include/jwt-cpp/traits/open-source-parsers-jsoncpp/traits.h:129
Method
serialize
include/jwt-cpp/traits/nlohmann-json/traits.h:76
Method
set_bool
include/picojson/picojson.h:978
← previous
next →
301–400 of 441, ranked by callers