paymentcryptographydataplane_decrypt_data: Decrypts ciphertext data to plaintext using a symmetric...

View source: R/paymentcryptographydataplane_operations.R

paymentcryptographydataplane_decrypt_dataR 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(
  KeyIdentifier,
  CipherText,
  DecryptionAttributes,
  WrappedKey = NULL
)

Arguments

KeyIdentifier

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

When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key. Otherwise, it is the key identifier used to perform the operation.

CipherText

[required] The ciphertext to decrypt.

DecryptionAttributes

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

WrappedKey

The WrappedKeyBlock containing the encryption key for ciphertext decryption.


paws.cost.management documentation built on April 3, 2025, 9:24 p.m.