Uses of Interface
software.amazon.awssdk.services.kms.model.DecryptResponse.Builder
Packages that use DecryptResponse.Builder
-
Uses of DecryptResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DecryptResponse.BuilderModifier and TypeMethodDescriptionstatic DecryptResponse.BuilderDecryptResponse.builder()DecryptResponse.Builder.ciphertextForRecipient(SdkBytes ciphertextForRecipient) The plaintext data encrypted with the public key from the attestation document.DecryptResponse.Builder.encryptionAlgorithm(String encryptionAlgorithm) The encryption algorithm that was used to decrypt the ciphertext.DecryptResponse.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) The encryption algorithm that was used to decrypt the ciphertext.The Amazon Resource Name (key ARN) of the KMS key that was used to decrypt the ciphertext.DecryptResponse.Builder.keyMaterialId(String keyMaterialId) The identifier of the key material used to decrypt the ciphertext.Decrypted plaintext data.DecryptResponse.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DecryptResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DecryptResponse.Builder>DecryptResponse.serializableBuilderClass()