Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.DecryptDataRequest.Builder
-
Packages that use DecryptDataRequest.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata You use the Amazon Web Services Payment Cryptography Data Plane to manage how encryption keys are used for payment-related transaction processing and associated cryptographic operations.software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of DecryptDataRequest.Builder in software.amazon.awssdk.services.paymentcryptographydata
Method parameters in software.amazon.awssdk.services.paymentcryptographydata with type arguments of type DecryptDataRequest.Builder Modifier and Type Method Description default CompletableFuture<DecryptDataResponse>PaymentCryptographyDataAsyncClient. decryptData(Consumer<DecryptDataRequest.Builder> decryptDataRequest)Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.default DecryptDataResponsePaymentCryptographyDataClient. decryptData(Consumer<DecryptDataRequest.Builder> decryptDataRequest)Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme. -
Uses of DecryptDataRequest.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return DecryptDataRequest.Builder Modifier and Type Method Description static DecryptDataRequest.BuilderDecryptDataRequest. builder()DecryptDataRequest.BuilderDecryptDataRequest.Builder. cipherText(String cipherText)The ciphertext to decrypt.default DecryptDataRequest.BuilderDecryptDataRequest.Builder. decryptionAttributes(Consumer<EncryptionDecryptionAttributes.Builder> decryptionAttributes)The encryption key type and attributes for ciphertext decryption.DecryptDataRequest.BuilderDecryptDataRequest.Builder. decryptionAttributes(EncryptionDecryptionAttributes decryptionAttributes)The encryption key type and attributes for ciphertext decryption.DecryptDataRequest.BuilderDecryptDataRequest.Builder. keyIdentifier(String keyIdentifier)ThekeyARNof the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption.DecryptDataRequest.BuilderDecryptDataRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DecryptDataRequest.BuilderDecryptDataRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DecryptDataRequest.BuilderDecryptDataRequest. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type DecryptDataRequest.Builder Modifier and Type Method Description static Class<? extends DecryptDataRequest.Builder>DecryptDataRequest. serializableBuilderClass()
-