Class: Aws::Types::GenerateAuthRequestCryptogramInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:transaction_data])

Instance Attribute Summary collapse

Instance Attribute Details

#key_identifier::String

Returns the value of attribute key_identifier.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def key_identifier
  @key_identifier
end

#major_key_derivation_mode"EMV_OPTION_A", "EMV_OPTION_B"

Returns the value of attribute major_key_derivation_mode.

Returns:

  • ("EMV_OPTION_A", "EMV_OPTION_B")


358
359
360
# File 'sig/types.rbs', line 358

def major_key_derivation_mode
  @major_key_derivation_mode
end

#session_key_derivation_attributesTypes::SessionKeyDerivation

Returns the value of attribute session_key_derivation_attributes.



359
360
361
# File 'sig/types.rbs', line 359

def session_key_derivation_attributes
  @session_key_derivation_attributes
end

#transaction_data::String

Returns the value of attribute transaction_data.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def transaction_data
  @transaction_data
end