AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WrappedKeyMaterial.h
1
6#pragma once
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/EcdhDerivationAttributes.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace PaymentCryptographyData
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial();
37 AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetTr31KeyBlock() const{ return m_tr31KeyBlock; }
47 inline bool Tr31KeyBlockHasBeenSet() const { return m_tr31KeyBlockHasBeenSet; }
48 inline void SetTr31KeyBlock(const Aws::String& value) { m_tr31KeyBlockHasBeenSet = true; m_tr31KeyBlock = value; }
49 inline void SetTr31KeyBlock(Aws::String&& value) { m_tr31KeyBlockHasBeenSet = true; m_tr31KeyBlock = std::move(value); }
50 inline void SetTr31KeyBlock(const char* value) { m_tr31KeyBlockHasBeenSet = true; m_tr31KeyBlock.assign(value); }
51 inline WrappedKeyMaterial& WithTr31KeyBlock(const Aws::String& value) { SetTr31KeyBlock(value); return *this;}
52 inline WrappedKeyMaterial& WithTr31KeyBlock(Aws::String&& value) { SetTr31KeyBlock(std::move(value)); return *this;}
53 inline WrappedKeyMaterial& WithTr31KeyBlock(const char* value) { SetTr31KeyBlock(value); return *this;}
55
57
60 inline const EcdhDerivationAttributes& GetDiffieHellmanSymmetricKey() const{ return m_diffieHellmanSymmetricKey; }
61 inline bool DiffieHellmanSymmetricKeyHasBeenSet() const { return m_diffieHellmanSymmetricKeyHasBeenSet; }
62 inline void SetDiffieHellmanSymmetricKey(const EcdhDerivationAttributes& value) { m_diffieHellmanSymmetricKeyHasBeenSet = true; m_diffieHellmanSymmetricKey = value; }
63 inline void SetDiffieHellmanSymmetricKey(EcdhDerivationAttributes&& value) { m_diffieHellmanSymmetricKeyHasBeenSet = true; m_diffieHellmanSymmetricKey = std::move(value); }
67 private:
68
69 Aws::String m_tr31KeyBlock;
70 bool m_tr31KeyBlockHasBeenSet = false;
71
72 EcdhDerivationAttributes m_diffieHellmanSymmetricKey;
73 bool m_diffieHellmanSymmetricKeyHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace PaymentCryptographyData
78} // namespace Aws
void SetDiffieHellmanSymmetricKey(const EcdhDerivationAttributes &value)
const EcdhDerivationAttributes & GetDiffieHellmanSymmetricKey() const
WrappedKeyMaterial & WithTr31KeyBlock(const char *value)
WrappedKeyMaterial & WithTr31KeyBlock(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial & operator=(Aws::Utils::Json::JsonView jsonValue)
WrappedKeyMaterial & WithDiffieHellmanSymmetricKey(const EcdhDerivationAttributes &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial()
WrappedKeyMaterial & WithTr31KeyBlock(Aws::String &&value)
WrappedKeyMaterial & WithDiffieHellmanSymmetricKey(EcdhDerivationAttributes &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDiffieHellmanSymmetricKey(EcdhDerivationAttributes &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue