paymentcryptographydataplane_encrypt_data {paws.cost.management}R Documentation

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

Description

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

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

Usage

paymentcryptographydataplane_encrypt_data(
  EncryptionAttributes,
  KeyIdentifier,
  PlainText
)

Arguments

EncryptionAttributes

[required] The encryption key type and attributes for plaintext encryption.

KeyIdentifier

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

PlainText

[required] The plaintext to be encrypted.

For encryption using asymmetric keys, plaintext data length is constrained by encryption key strength that you define in KeyAlgorithm and padding type that you define in AsymmetricEncryptionAttributes. For more information, see Encrypt data in the Amazon Web Services Payment Cryptography User Guide.


[Package paws.cost.management version 0.6.1 Index]