| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static DecryptResponse.Builder |
DecryptResponse.builder() |
DecryptResponse.Builder |
DecryptResponse.Builder.ciphertextForRecipient(SdkBytes ciphertextForRecipient)
The plaintext data encrypted with the public key in the attestation document.
|
DecryptResponse.Builder |
DecryptResponse.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
DecryptResponse.Builder |
DecryptResponse.Builder.encryptionAlgorithm(String encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
DecryptResponse.Builder |
DecryptResponse.Builder.keyId(String keyId)
The Amazon Resource Name (key ARN) of the
KMS key that was used to decrypt the ciphertext.
|
DecryptResponse.Builder |
DecryptResponse.Builder.plaintext(SdkBytes plaintext)
Decrypted plaintext data.
|
DecryptResponse.Builder |
DecryptResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DecryptResponse.Builder> |
DecryptResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.