paymentcryptographydataplane_decrypt_data {paws.cost.management}R Documentation

Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme

Description

Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme. For more information, see Decrypt data in the Amazon Web Services Payment Cryptography User Guide.

See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_decrypt_data/ for full documentation.

Usage

paymentcryptographydataplane_decrypt_data(
  CipherText,
  DecryptionAttributes,
  KeyIdentifier
)

Arguments

CipherText

[required] The ciphertext to decrypt.

DecryptionAttributes

[required] The encryption key type and attributes for ciphertext decryption.

KeyIdentifier

[required] The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption.


[Package paws.cost.management version 0.6.1 Index]