Class: Aws::PaymentCryptographyData::Types::AsymmetricEncryptionAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::AsymmetricEncryptionAttributes
- 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
-
#padding_type ⇒ String
The padding to be included with the data.
Instance Attribute Details
#padding_type ⇒ String
The padding to be included with the data.
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 |