![]() |
Kea 2.2.0
|
#include <stdint.h>#include <string>#include <vector>
Include dependency graph for base64.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::util |
| namespace | 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... | |