@Generated(value="software.amazon.awssdk:codegen") public final class RecipientInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecipientInfo.Builder,RecipientInfo>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecipientInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
attestationDocument()
The attestation document for an Amazon Web Services Nitro Enclave.
|
static RecipientInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
String |
keyEncryptionAlgorithmAsString()
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecipientInfo.Builder> |
serializableBuilderClass() |
RecipientInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version,
keyEncryptionAlgorithm will return KeyEncryptionMechanism.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from keyEncryptionAlgorithmAsString().
RSAES_OAEP_SHA_256.KeyEncryptionMechanismpublic final String keyEncryptionAlgorithmAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
keyEncryptionAlgorithm will return KeyEncryptionMechanism.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from keyEncryptionAlgorithmAsString().
RSAES_OAEP_SHA_256.KeyEncryptionMechanismpublic final SdkBytes attestationDocument()
The attestation document for an Amazon Web Services Nitro Enclave. This document includes the enclave's public key.
public RecipientInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecipientInfo.Builder,RecipientInfo>public static RecipientInfo.Builder builder()
public static Class<? extends RecipientInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.