public static interface RecipientInfo.Builder extends SdkPojo, CopyableBuilder<RecipientInfo.Builder,RecipientInfo>
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo.Builder |
attestationDocument(SdkBytes attestationDocument)
The attestation document for an Amazon Web Services Nitro Enclave.
|
RecipientInfo.Builder |
keyEncryptionAlgorithm(KeyEncryptionMechanism keyEncryptionAlgorithm)
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.
|
RecipientInfo.Builder |
keyEncryptionAlgorithm(String keyEncryptionAlgorithm)
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipientInfo.Builder keyEncryptionAlgorithm(String keyEncryptionAlgorithm)
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.
keyEncryptionAlgorithm - 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.KeyEncryptionMechanism,
KeyEncryptionMechanismRecipientInfo.Builder keyEncryptionAlgorithm(KeyEncryptionMechanism keyEncryptionAlgorithm)
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.
keyEncryptionAlgorithm - 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.KeyEncryptionMechanism,
KeyEncryptionMechanismRecipientInfo.Builder attestationDocument(SdkBytes attestationDocument)
The attestation document for an Amazon Web Services Nitro Enclave. This document includes the enclave's public key.
attestationDocument - The attestation document for an Amazon Web Services Nitro Enclave. This document includes the
enclave's public key.Copyright © 2023. All rights reserved.