Class: Aws::Types::EmvCommonAttributes
- Inherits:
-
Object
- Object
- Aws::Types::EmvCommonAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_cryptogram ⇒ ::String
Returns the value of attribute application_cryptogram.
-
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
-
#mode ⇒ "ECB", "CBC"
Returns the value of attribute mode.
-
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
-
#pin_block_length_position ⇒ "NONE", "FRONT_OF_PIN_BLOCK"
Returns the value of attribute pin_block_length_position.
-
#pin_block_padding_type ⇒ "NO_PADDING", "ISO_IEC_7816_4"
Returns the value of attribute pin_block_padding_type.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
Instance Attribute Details
#application_cryptogram ⇒ ::String
Returns the value of attribute application_cryptogram.
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.
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.
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.
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.
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.
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.
286 287 288 |
# File 'sig/types.rbs', line 286 def primary_account_number @primary_account_number end |