AWSKMSRecipientInfo

Objective-C

@interface AWSKMSRecipientInfo

Swift

class AWSKMSRecipientInfo

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, which lets you create an isolated compute environment in Amazon EC2. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see How Amazon Web Services Nitro Enclaves uses KMS in the Key Management Service Developer Guide.

  • The attestation document for an Amazon Web Services Nitro Enclave. This document includes the enclave’s public key.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSData *_Nullable attestationDocument;

    Swift

    var attestationDocument: Data? { get set }
  • The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave to encrypt plaintext values for the response. The only valid value is RSAES_OAEP_SHA_256.

    Declaration

    Objective-C

    @property (nonatomic) AWSKMSKeyEncryptionMechanism keyEncryptionAlgorithm;

    Swift

    var keyEncryptionAlgorithm: AWSKMSKeyEncryptionMechanism { get set }