Class: Aws::Types::EmvCommonAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_account_number, :application_cryptogram])

Instance Attribute Summary collapse

Instance Attribute Details

#application_cryptogram::String

Returns the value of attribute application_cryptogram.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def application_cryptogram
  @application_cryptogram
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")


285
286
287
# File 'sig/types.rbs', line 285

def major_key_derivation_mode
  @major_key_derivation_mode
end

#mode"ECB", "CBC"

Returns the value of attribute mode.

Returns:

  • ("ECB", "CBC")


289
290
291
# File 'sig/types.rbs', line 289

def mode
  @mode
end

#pan_sequence_number::String

Returns the value of attribute pan_sequence_number.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def pan_sequence_number
  @pan_sequence_number
end

#pin_block_length_position"NONE", "FRONT_OF_PIN_BLOCK"

Returns the value of attribute pin_block_length_position.

Returns:

  • ("NONE", "FRONT_OF_PIN_BLOCK")


291
292
293
# File 'sig/types.rbs', line 291

def pin_block_length_position
  @pin_block_length_position
end

#pin_block_padding_type"NO_PADDING", "ISO_IEC_7816_4"

Returns the value of attribute pin_block_padding_type.

Returns:

  • ("NO_PADDING", "ISO_IEC_7816_4")


290
291
292
# File 'sig/types.rbs', line 290

def pin_block_padding_type
  @pin_block_padding_type
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def 
  
end