AWS SDK for C++
AWS SDK for C++
|
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) |