#include <B2BITS_Base64.h>
|
static std::string | decode (std::string const &buf) |
|
static std::string | decode (char const *buf, std::size_t bufSize) |
|
static std::string | encode (std::string const &buf) |
|
static std::string | encode (char const *buf, std::size_t bufSize) |
|
static std::string Utils::Base64Url::decode |
( |
std::string const & |
buf | ) |
|
|
static |
static std::string Utils::Base64Url::decode |
( |
char const * |
buf, |
|
|
std::size_t |
bufSize |
|
) |
| |
|
static |
static std::string Utils::Base64Url::encode |
( |
std::string const & |
buf | ) |
|
|
static |
static std::string Utils::Base64Url::encode |
( |
char const * |
buf, |
|
|
std::size_t |
bufSize |
|
) |
| |
|
static |