Alphabet generic methods for working with encoding/decoding the base64 family.
More...
#include <goby/util/thirdparty/jwt-cpp/base.h>
|
template<typename T > |
static std::string | encode (const std::string &bin) |
|
template<typename T > |
static std::string | decode (const std::string &base) |
|
template<typename T > |
static std::string | pad (const std::string &base) |
|
template<typename T > |
static std::string | trim (const std::string &base) |
|
Alphabet generic methods for working with encoding/decoding the base64 family.
Definition at line 70 of file base.h.
◆ decode()
template<typename T >
static std::string jwt::base::decode |
( |
const std::string & |
base | ) |
|
|
inlinestatic |
◆ encode()
template<typename T >
static std::string jwt::base::encode |
( |
const std::string & |
bin | ) |
|
|
inlinestatic |
◆ pad()
template<typename T >
static std::string jwt::base::pad |
( |
const std::string & |
base | ) |
|
|
inlinestatic |
◆ trim()
template<typename T >
static std::string jwt::base::trim |
( |
const std::string & |
base | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- goby/util/thirdparty/jwt-cpp/base.h