Class: Aws::PaymentCryptographyData::Types::TranslateKeyMaterialInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incoming_key_materialTypes::IncomingKeyMaterial

Parameter information of the TR31WrappedKeyBlock containing the transaction key.



2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2533

class TranslateKeyMaterialInput < Struct.new(
  :incoming_key_material,
  :outgoing_key_material,
  :key_check_value_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#key_check_value_algorithmString

The key check value (KCV) algorithm used for calculating the KCV of the derived key.

Returns:

  • (String)


2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2533

class TranslateKeyMaterialInput < Struct.new(
  :incoming_key_material,
  :outgoing_key_material,
  :key_check_value_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#outgoing_key_materialTypes::OutgoingKeyMaterial

Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.



2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2533

class TranslateKeyMaterialInput < Struct.new(
  :incoming_key_material,
  :outgoing_key_material,
  :key_check_value_algorithm)
  SENSITIVE = []
  include Aws::Structure
end