AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
ContentCryptoScheme.h File Reference
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

namespace  Aws
 
namespace  Aws::Utils
 
namespace  Aws::Utils::Crypto
 
namespace  Aws::Utils::Crypto::ContentCryptoSchemeMapper
 

Enumerations

enum class  Aws::Utils::Crypto::ContentCryptoScheme { Aws::Utils::Crypto::CBC , Aws::Utils::Crypto::CTR , Aws::Utils::Crypto::GCM , Aws::Utils::Crypto::NONE }
 

Functions

AWS_CORE_API ContentCryptoScheme Aws::Utils::Crypto::ContentCryptoSchemeMapper::GetContentCryptoSchemeForName (const Aws::String &name)
 
AWS_CORE_API Aws::String Aws::Utils::Crypto::ContentCryptoSchemeMapper::GetNameForContentCryptoScheme (ContentCryptoScheme enumValue)