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
AlgorithmSpec.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
AlgorithmSpec
17
{
18
NOT_SET
,
19
RSAES_PKCS1_V1_5
,
20
RSAES_OAEP_SHA_1
,
21
RSAES_OAEP_SHA_256
,
22
RSA_AES_KEY_WRAP_SHA_1
,
23
RSA_AES_KEY_WRAP_SHA_256
,
24
SM2PKE
25
};
26
27
namespace
AlgorithmSpecMapper
28
{
29
AWS_KMS_API
AlgorithmSpec
GetAlgorithmSpecForName
(
const
Aws::String
& name);
30
31
AWS_KMS_API
Aws::String
GetNameForAlgorithmSpec
(
AlgorithmSpec
value);
32
}
// namespace AlgorithmSpecMapper
33
}
// namespace Model
34
}
// namespace KMS
35
}
// namespace Aws
Aws::KMS::Model::AlgorithmSpecMapper::GetNameForAlgorithmSpec
AWS_KMS_API Aws::String GetNameForAlgorithmSpec(AlgorithmSpec value)
Aws::KMS::Model::AlgorithmSpecMapper::GetAlgorithmSpecForName
AWS_KMS_API AlgorithmSpec GetAlgorithmSpecForName(const Aws::String &name)
Aws::KMS::Model::AlgorithmSpec
AlgorithmSpec
Definition
AlgorithmSpec.h:17
Aws::KMS::Model::AlgorithmSpec::RSAES_OAEP_SHA_256
@ RSAES_OAEP_SHA_256
Aws::KMS::Model::AlgorithmSpec::NOT_SET
@ NOT_SET
Aws::KMS::Model::AlgorithmSpec::SM2PKE
@ SM2PKE
Aws::KMS::Model::AlgorithmSpec::RSA_AES_KEY_WRAP_SHA_256
@ RSA_AES_KEY_WRAP_SHA_256
Aws::KMS::Model::AlgorithmSpec::RSAES_PKCS1_V1_5
@ RSAES_PKCS1_V1_5
Aws::KMS::Model::AlgorithmSpec::RSAES_OAEP_SHA_1
@ RSAES_OAEP_SHA_1
Aws::KMS::Model::AlgorithmSpec::RSA_AES_KEY_WRAP_SHA_1
@ RSA_AES_KEY_WRAP_SHA_1
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