paymentcryptographydataplane_re_encrypt_data {paws.cost.management}R Documentation

Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys

Description

Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.

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

Usage

paymentcryptographydataplane_re_encrypt_data(
  CipherText,
  IncomingEncryptionAttributes,
  IncomingKeyIdentifier,
  OutgoingEncryptionAttributes,
  OutgoingKeyIdentifier
)

Arguments

CipherText

[required] Ciphertext to be encrypted. The minimum allowed length is 16 bytes and maximum allowed length is 4096 bytes.

IncomingEncryptionAttributes

[required] The attributes and values for incoming ciphertext.

IncomingKeyIdentifier

[required] The keyARN of the encryption key of incoming ciphertext data.

OutgoingEncryptionAttributes

[required] The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.

OutgoingKeyIdentifier

[required] The keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.


[Package paws.cost.management version 0.6.1 Index]