class
Amazonite::Kms::RecipientInfo
- Amazonite::Kms::RecipientInfo
- Reference
- Object
Overview
Contains information about the party that receives the response from the API operation.
This data type is designed to support Amazon Web Services Nitro Enclaves and Amazon Web Services NitroTPM, which lets you create an attested environment in Amazon EC2. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see Cryptographic attestation support in KMS in the Key Management Service Developer Guide.
Included Modules
- JSON::Serializable
Defined in:
kms/recipient_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_encryption_algorithm : KeyEncryptionMechanism | Nil = nil, attestation_document : Bytes | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attestation_document : Bytes | Nil
The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM.
-
#attestation_document=(attestation_document : Bytes | Nil)
The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM.
-
#hash(hasher)
See
Object#hash(hasher) -
#key_encryption_algorithm : KeyEncryptionMechanism | Nil
The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave or NitroTPM to encrypt plaintext values for the response.
-
#key_encryption_algorithm=(key_encryption_algorithm : KeyEncryptionMechanism | Nil)
The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave or NitroTPM to encrypt plaintext values for the response.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM. This document includes the enclave's public key.
The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM. This document includes the enclave's public key.
The encryption algorithm that KMS should use with the public key for an Amazon Web Services
Nitro Enclave or NitroTPM to encrypt plaintext values for the response. The only valid value is
RSAES_OAEP_SHA_256.
The encryption algorithm that KMS should use with the public key for an Amazon Web Services
Nitro Enclave or NitroTPM to encrypt plaintext values for the response. The only valid value is
RSAES_OAEP_SHA_256.