Base64.hh
Go to the documentation of this file.
Definition: Base64.hh:28
static std::string Decode(const std::string &_encodedString)
Decode a base64 string.
static void Encode(const char *_bytesToEncode, unsigned int _len, std::string &_result)
Encode a binary string into base 64, padded with '='.
Forward declarations for the common classes.