AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ContentCryptoScheme.h
1
5#pragma once
6#include <aws/core/Core_EXPORTS.h>
7#include <aws/core/utils/memory/stl/AWSString.h>
8
9namespace Aws
10{
11 namespace Utils
12 {
13 namespace Crypto
14 {
16 {
17 CBC,
18 CTR,
19 GCM,
20 NONE
21 };
22
23 namespace ContentCryptoSchemeMapper
24 {
26
28 }
29 } //namespace Crypto
30
31 }//namespace Utils
32}//namespace Aws
AWS_CORE_API ContentCryptoScheme GetContentCryptoSchemeForName(const Aws::String &name)
AWS_CORE_API Aws::String GetNameForContentCryptoScheme(ContentCryptoScheme enumValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition AWSString.h:97