AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
KeyWrapAlgorithm.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 KMS, // Deprecated
19 AES_KEY_WRAP, // Deprecated
20 AES_GCM,
21 NONE
22 };
23
24 namespace KeyWrapAlgorithmMapper
25 {
27
29 }
30 } //namespace Crypto
31
32 }//namespace Utils
33}//namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
const char *const name
Definition: cJSON.h:278
AWS_CORE_API Aws::String GetNameForKeyWrapAlgorithm(KeyWrapAlgorithm enumValue)
AWS_CORE_API KeyWrapAlgorithm GetKeyWrapAlgorithmForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97