AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Functions
Base64.h File Reference
#include <string>
#include <acsdk/CodecUtils/Types.h>
Include dependency graph for Base64.h:

Go to the source code of this file.

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::codecUtils
 Binary codec utilities.
 

Functions

bool alexaClientSDK::codecUtils::encodeBase64 (const Bytes &binary, std::string &base64String) noexcept
 Encodes binary data into string using Base64. More...
 
bool alexaClientSDK::codecUtils::decodeBase64 (const std::string &base64String, Bytes &binary) noexcept
 Decodes binary data from string using Base64. More...
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0