AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
ContentCryptoScheme.h
Go to the documentation of this file.
1
5#pragma once
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
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
const char *const name
Definition: cJSON.h:278
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