Class: Aws::PaymentCryptographyData::Types::TranslateKeyMaterialInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::TranslateKeyMaterialInput
- Defined in:
- gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#incoming_key_material ⇒ Types::IncomingKeyMaterial
Parameter information of the TR31WrappedKeyBlock containing the transaction key.
-
#key_check_value_algorithm ⇒ String
The key check value (KCV) algorithm used for calculating the KCV.
-
#outgoing_key_material ⇒ Types::OutgoingKeyMaterial
Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.
Instance Attribute Details
#incoming_key_material ⇒ Types::IncomingKeyMaterial
Parameter information of the TR31WrappedKeyBlock containing the transaction key.
2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2328 class TranslateKeyMaterialInput < Struct.new( :incoming_key_material, :outgoing_key_material, :key_check_value_algorithm) SENSITIVE = [] include Aws::Structure end |
#key_check_value_algorithm ⇒ String
The key check value (KCV) algorithm used for calculating the KCV.
2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2328 class TranslateKeyMaterialInput < Struct.new( :incoming_key_material, :outgoing_key_material, :key_check_value_algorithm) SENSITIVE = [] include Aws::Structure end |
#outgoing_key_material ⇒ Types::OutgoingKeyMaterial
Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.
2328 2329 2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2328 class TranslateKeyMaterialInput < Struct.new( :incoming_key_material, :outgoing_key_material, :key_check_value_algorithm) SENSITIVE = [] include Aws::Structure end |