7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/model/SymmetricKeyAlgorithm.h>
10#include <aws/payment-cryptography-data/model/KeyDerivationFunction.h>
11#include <aws/payment-cryptography-data/model/KeyDerivationHashAlgorithm.h>
24namespace PaymentCryptographyData
51 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
52 void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT&& value) { m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true; m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value); }
53 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
64 template<
typename PublicKeyCertificateT = Aws::String>
65 void SetPublicKeyCertificate(PublicKeyCertificateT&& value) { m_publicKeyCertificateHasBeenSet =
true; m_publicKeyCertificate = std::forward<PublicKeyCertificateT>(value); }
66 template<
typename PublicKeyCertificateT = Aws::String>
111 template<
typename SharedInformationT = Aws::String>
112 void SetSharedInformation(SharedInformationT&& value) { m_sharedInformationHasBeenSet =
true; m_sharedInformation = std::forward<SharedInformationT>(value); }
113 template<
typename SharedInformationT = Aws::String>
118 Aws::String m_certificateAuthorityPublicKeyIdentifier;
119 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
122 bool m_publicKeyCertificateHasBeenSet =
false;
125 bool m_keyAlgorithmHasBeenSet =
false;
128 bool m_keyDerivationFunctionHasBeenSet =
false;
131 bool m_keyDerivationHashAlgorithmHasBeenSet =
false;
134 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