|
JWTXX
C++ library for JWT
|
This is the complete list of members for JWTXX::Key, including all inherited members.
| alg() const noexcept | JWTXX::Key | inline |
| Key(Algorithm alg, const std::string &keyData, const PasswordCallback &cb=noPasswordCallback) | JWTXX::Key | |
| Key(Key &&) noexcept | JWTXX::Key | |
| noPasswordCallback() | JWTXX::Key | static |
| operator=(Key &&) noexcept | JWTXX::Key | |
| PasswordCallback typedef | JWTXX::Key | |
| sign(const void *data, size_t size) const | JWTXX::Key | |
| verify(const void *data, size_t size, const std::string &signature) const | JWTXX::Key | |
| ~Key() | JWTXX::Key |