Class: Aws::PaymentCryptographyData::Types::AsymmetricEncryptionAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptographydata/types.rb

Overview

Parameters for plaintext encryption using asymmetric keys.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#padding_typeString

The padding to be included with the data.

Returns:

  • (String)


115
116
117
118
119
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 115

class AsymmetricEncryptionAttributes < Struct.new(
  :padding_type)
  SENSITIVE = []
  include Aws::Structure
end