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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/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.



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_algorithmString

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

Returns:

  • (String)


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_materialTypes::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