JWTXX
C++ library for JWT
Loading...
Searching...
No Matches
JWTXX::Key Member List

This is the complete list of members for JWTXX::Key, including all inherited members.

alg() const noexceptJWTXX::Keyinline
Key(Algorithm alg, const std::string &keyData, const PasswordCallback &cb=noPasswordCallback)JWTXX::Key
Key(Key &&) noexceptJWTXX::Key
noPasswordCallback()JWTXX::Keystatic
operator=(Key &&) noexceptJWTXX::Key
PasswordCallback typedefJWTXX::Key
sign(const void *data, size_t size) constJWTXX::Key
verify(const void *data, size_t size, const std::string &signature) constJWTXX::Key
~Key()JWTXX::Key