AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Enumerations | Functions
AlgorithmType.h File Reference
#include <ostream>
Include dependency graph for AlgorithmType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::cryptoInterfaces
 Cryptographic Types and Interfaces.
 

Enumerations

enum  alexaClientSDK::cryptoInterfaces::AlgorithmType {
  alexaClientSDK::cryptoInterfaces::AlgorithmType::AES_256_CBC = 1, alexaClientSDK::cryptoInterfaces::AlgorithmType::AES_256_CBC_PAD = 2, alexaClientSDK::cryptoInterfaces::AlgorithmType::AES_128_CBC = 3, alexaClientSDK::cryptoInterfaces::AlgorithmType::AES_128_CBC_PAD = 4,
  alexaClientSDK::cryptoInterfaces::AlgorithmType::AES_256_GCM = 5, alexaClientSDK::cryptoInterfaces::AlgorithmType::AES_128_GCM = 6
}
 Enumeration of all supported encryption protocols. More...
 

Functions

std::ostream & alexaClientSDK::cryptoInterfaces::operator<< (std::ostream &out, AlgorithmType value)
 Helper method to write algorithm type as a literal constant. 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