AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/kms/KMS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
KMS {
12
namespace
Model {
13
enum class
AlgorithmSpec
{
14
NOT_SET
,
15
RSAES_PKCS1_V1_5
,
16
RSAES_OAEP_SHA_1
,
17
RSAES_OAEP_SHA_256
,
18
RSA_AES_KEY_WRAP_SHA_1
,
19
RSA_AES_KEY_WRAP_SHA_256
,
20
SM2PKE
21
};
22
23
namespace
AlgorithmSpecMapper {
24
AWS_KMS_API
AlgorithmSpec
GetAlgorithmSpecForName
(
const
Aws::String
& name);
25
26
AWS_KMS_API
Aws::String
GetNameForAlgorithmSpec
(
AlgorithmSpec
value);
27
}
// namespace AlgorithmSpecMapper
28
}
// namespace Model
29
}
// namespace KMS
30
}
// 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:13
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