#include <goby/util/thirdparty/jwt-cpp/jwt.h>
|
| hs256 (std::string key) |
|
| hmacsha (std::string key, const EVP_MD *(*md)(), std::string name) |
|
std::string | sign (const std::string &data, std::error_code &ec) const |
|
void | verify (const std::string &data, const std::string &signature, std::error_code &ec) const |
|
std::string | name () const |
|
HS256 algorithm
Definition at line 1767 of file jwt.h.
◆ hs256()
jwt::algorithm::hs256::hs256 |
( |
std::string |
key | ) |
|
|
inlineexplicit |
Construct new instance of algorithm
- Parameters
-
Definition at line 1773 of file jwt.h.
The documentation for this struct was generated from the following file:
- goby/util/thirdparty/jwt-cpp/jwt.h