| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo.Builder |
RecipientInfo.Builder.attestationDocument(SdkBytes attestationDocument)
The attestation document for an Amazon Web Services Nitro Enclave.
|
static RecipientInfo.Builder |
RecipientInfo.builder() |
RecipientInfo.Builder |
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 |
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.
|
RecipientInfo.Builder |
RecipientInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecipientInfo.Builder> |
RecipientInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GenerateRandomRequest.Builder |
GenerateRandomRequest.Builder.recipient(Consumer<RecipientInfo.Builder> recipient)
A signed
attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with
the enclave's public key.
|
default DecryptRequest.Builder |
DecryptRequest.Builder.recipient(Consumer<RecipientInfo.Builder> recipient)
A signed
attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with
the enclave's public key.
|
default GenerateDataKeyRequest.Builder |
GenerateDataKeyRequest.Builder.recipient(Consumer<RecipientInfo.Builder> recipient)
A signed
attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with
the enclave's public key.
|
default GenerateDataKeyPairRequest.Builder |
GenerateDataKeyPairRequest.Builder.recipient(Consumer<RecipientInfo.Builder> recipient)
A signed
attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with
the enclave's public key.
|
Copyright © 2023. All rights reserved.