A collection of fellable functions for working with base64 and base64url. More...
Namespaces | |
| details | |
Functions | |
| template<typename T > | |
| std::string | encode (const std::string &bin) |
| template<typename T > | |
| std::string | decode (const std::string &base) |
| template<typename T > | |
| std::string | pad (const std::string &base) |
| template<typename T > | |
| std::string | trim (const std::string &base) |
A collection of fellable functions for working with base64 and base64url.
| std::string jwt::base::decode | ( | const std::string & | base | ) |
| std::string jwt::base::encode | ( | const std::string & | bin | ) |
| std::string jwt::base::pad | ( | const std::string & | base | ) |
| std::string jwt::base::trim | ( | const std::string & | base | ) |