Kea
1.9.9-git
|
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
isc::util::encode | |
Functions | |
void | isc::util::encode::decodeBase64 (const std::string &input, std::vector< uint8_t > &result) |
Decode a text encoded in the base64 format into the original data. More... | |
std::string | isc::util::encode::encodeBase64 (const std::vector< uint8_t > &binary) |
Encode binary data in the base64 format. More... | |