AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-kms
include
aws
kms
model
MacAlgorithmSpec.h
1
6
#pragma once
7
#include <aws/kms/KMS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
KMS
13
{
14
namespace
Model
15
{
16
enum class
MacAlgorithmSpec
17
{
18
NOT_SET
,
19
HMAC_SHA_224
,
20
HMAC_SHA_256
,
21
HMAC_SHA_384
,
22
HMAC_SHA_512
23
};
24
25
namespace
MacAlgorithmSpecMapper
26
{
27
AWS_KMS_API
MacAlgorithmSpec
GetMacAlgorithmSpecForName
(
const
Aws::String
& name);
28
29
AWS_KMS_API
Aws::String
GetNameForMacAlgorithmSpec
(
MacAlgorithmSpec
value);
30
}
// namespace MacAlgorithmSpecMapper
31
}
// namespace Model
32
}
// namespace KMS
33
}
// namespace Aws
Aws::KMS::Model::MacAlgorithmSpecMapper::GetNameForMacAlgorithmSpec
AWS_KMS_API Aws::String GetNameForMacAlgorithmSpec(MacAlgorithmSpec value)
Aws::KMS::Model::MacAlgorithmSpecMapper::GetMacAlgorithmSpecForName
AWS_KMS_API MacAlgorithmSpec GetMacAlgorithmSpecForName(const Aws::String &name)
Aws::KMS::Model::MacAlgorithmSpec
MacAlgorithmSpec
Definition
MacAlgorithmSpec.h:17
Aws::KMS::Model::MacAlgorithmSpec::HMAC_SHA_224
@ HMAC_SHA_224
Aws::KMS::Model::MacAlgorithmSpec::HMAC_SHA_384
@ HMAC_SHA_384
Aws::KMS::Model::MacAlgorithmSpec::HMAC_SHA_256
@ HMAC_SHA_256
Aws::KMS::Model::MacAlgorithmSpec::HMAC_SHA_512
@ HMAC_SHA_512
Aws::KMS::Model::AlgorithmSpec::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences