B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
Utils::Base64Url Class Reference

#include <B2BITS_Base64.h>

Static Public Member Functions

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)
 

Member Function Documentation

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