7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9#include <aws/payment-cryptography-data/model/KeyDerivationFunction.h>
10#include <aws/payment-cryptography-data/model/KeyDerivationHashAlgorithm.h>
11#include <aws/payment-cryptography-data/model/SymmetricKeyAlgorithm.h>
22namespace PaymentCryptographyData {
45 template <
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
47 m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true;
48 m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value);
50 template <
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
64 template <
typename PublicKeyCertificateT = Aws::String>
66 m_publicKeyCertificateHasBeenSet =
true;
67 m_publicKeyCertificate = std::forward<PublicKeyCertificateT>(value);
69 template <
typename PublicKeyCertificateT = Aws::String>
83 m_keyAlgorithmHasBeenSet =
true;
84 m_keyAlgorithm = value;
99 m_keyDerivationFunctionHasBeenSet =
true;
100 m_keyDerivationFunction = value;
115 m_keyDerivationHashAlgorithmHasBeenSet =
true;
116 m_keyDerivationHashAlgorithm = value;
135 template <
typename SharedInformationT = Aws::String>
137 m_sharedInformationHasBeenSet =
true;
138 m_sharedInformation = std::forward<SharedInformationT>(value);
140 template <
typename SharedInformationT = Aws::String>
147 Aws::String m_certificateAuthorityPublicKeyIdentifier;
158 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
159 bool m_publicKeyCertificateHasBeenSet =
false;
160 bool m_keyAlgorithmHasBeenSet =
false;
161 bool m_keyDerivationFunctionHasBeenSet =
false;
162 bool m_keyDerivationHashAlgorithmHasBeenSet =
false;
163 bool m_sharedInformationHasBeenSet =
false;
bool PublicKeyCertificateHasBeenSet() const
void SetKeyAlgorithm(SymmetricKeyAlgorithm value)
void SetSharedInformation(SharedInformationT &&value)
void SetKeyDerivationFunction(KeyDerivationFunction value)
EcdhDerivationAttributes & WithPublicKeyCertificate(PublicKeyCertificateT &&value)
EcdhDerivationAttributes & WithSharedInformation(SharedInformationT &&value)
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API EcdhDerivationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyDerivationFunctionHasBeenSet() const
void SetKeyDerivationHashAlgorithm(KeyDerivationHashAlgorithm value)
bool KeyDerivationHashAlgorithmHasBeenSet() const
EcdhDerivationAttributes & WithKeyDerivationFunction(KeyDerivationFunction value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API EcdhDerivationAttributes()=default
EcdhDerivationAttributes & WithKeyAlgorithm(SymmetricKeyAlgorithm value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
EcdhDerivationAttributes & WithCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
const Aws::String & GetSharedInformation() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API EcdhDerivationAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
KeyDerivationFunction GetKeyDerivationFunction() const
bool KeyAlgorithmHasBeenSet() const
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
KeyDerivationHashAlgorithm GetKeyDerivationHashAlgorithm() const
SymmetricKeyAlgorithm GetKeyAlgorithm() const
const Aws::String & GetPublicKeyCertificate() const
EcdhDerivationAttributes & WithKeyDerivationHashAlgorithm(KeyDerivationHashAlgorithm value)
bool SharedInformationHasBeenSet() const
void SetPublicKeyCertificate(PublicKeyCertificateT &&value)
KeyDerivationHashAlgorithm
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue