16 #ifndef ACSDK_CODECUTILS_BASE64_H_ 17 #define ACSDK_CODECUTILS_BASE64_H_ 23 namespace codecUtils {
64 #endif // ACSDK_CODECUTILS_BASE64_H_ bool decodeBase64(const std::string &base64String, Bytes &binary) noexcept
Decodes binary data from string using Base64.
::std::string string
Definition: gtest-port.h:1097
bool encodeBase64(const Bytes &binary, std::string &base64String) noexcept
Encodes binary data into string using Base64.
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::vector< Byte > Bytes
Byte data block.
Definition: Types.h:30