37 std::string
encodeBase64(
const std::vector<uint8_t>& binary);
61 void decodeBase64(
const std::string& input, std::vector<uint8_t>& result);
void decodeBase64(const std::string &input, std::vector< uint8_t > &result)
Decode a text encoded in the base64 format into the original data.
Defines the logger used by the top-level component of kea-dhcp-ddns.
std::string encodeBase64(const std::vector< uint8_t > &binary)
Encode binary data in the base64 format.