#include <goby/util/thirdparty/jwt-cpp/jwt.h>
|
| hs512 (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 |
|
HS512 algorithm
Definition at line 1789 of file jwt.h.
◆ hs512()
jwt::algorithm::hs512::hs512 |
( |
std::string |
key | ) |
|
|
inlineexplicit |
Construct new instance of algorithm
- Parameters
-
Definition at line 1795 of file jwt.h.
The documentation for this struct was generated from the following file:
- goby/util/thirdparty/jwt-cpp/jwt.h