This is the complete list of members for sptk::JWT, including all inherited members.
| alg | sptk::JWT | |
| alg_str(Algorithm _alg) | sptk::JWT | static |
| Algorithm enum name | sptk::JWT | |
| decode(const char *token, const String &_key="") | sptk::JWT | |
| encode(std::ostream &out) const | sptk::JWT | |
| exportTo(std::ostream &output, bool pretty) const | sptk::JWT | |
| get(const String &name) const | sptk::JWT | inline |
| get_alg() const (defined in sptk::JWT) | sptk::JWT | |
| get_js_bool(const xdoc::SNode &node, const String &key, bool *found=nullptr) | sptk::JWT | static |
| get_js_int(const xdoc::SNode &node, const String &key, bool *found=nullptr) | sptk::JWT | static |
| get_js_string(const xdoc::SNode &node, const String &key, bool *found=nullptr) | sptk::JWT | static |
| grants | sptk::JWT | |
| JWT()=default | sptk::JWT | |
| key | sptk::JWT | |
| set(const String &name, const Variant &data) const | sptk::JWT | inline |
| set_alg(Algorithm _alg, const String &_key) | sptk::JWT | |
| sign(Buffer &token, const char *str) const | sptk::JWT | |
| sign_sha_hmac(Buffer &out, const char *str) const | sptk::JWT | |
| sign_sha_pem(Buffer &out, const char *str) const | sptk::JWT | |
| str_alg(const char *alg) | sptk::JWT | static |
| verify(const Buffer &head, const Buffer &sig) const | sptk::JWT | |
| verify_sha_hmac(const char *head, const char *sig) const | sptk::JWT | |
| verify_sha_pem(const char *head, const char *sig_b64) const | sptk::JWT | |
| write_body(std::ostream &output, bool pretty) const | sptk::JWT | |
| write_head(std::ostream &output, bool pretty) const | sptk::JWT | |