AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
KeyWrapAlgorithm.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::KeyWrapAlgorithmMapper
 

Enumerations

enum class  Aws::Utils::Crypto::KeyWrapAlgorithm {
  Aws::Utils::Crypto::KMS , Aws::Utils::Crypto::KMS_CONTEXT , Aws::Utils::Crypto::AES_KEY_WRAP , Aws::Utils::Crypto::AES_GCM ,
  Aws::Utils::Crypto::NONE
}
 

Functions

AWS_CORE_API KeyWrapAlgorithm Aws::Utils::Crypto::KeyWrapAlgorithmMapper::GetKeyWrapAlgorithmForName (const Aws::String &name)
 
AWS_CORE_API Aws::String Aws::Utils::Crypto::KeyWrapAlgorithmMapper::GetNameForKeyWrapAlgorithm (KeyWrapAlgorithm enumValue)