Class: Aws::Types::MacAlgorithmEmv
- Inherits:
-
Object
- Object
- Aws::Types::MacAlgorithmEmv
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
-
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
-
#session_key_derivation_mode ⇒ "EMV_COMMON_SESSION_KEY", ...
Returns the value of attribute session_key_derivation_mode.
-
#session_key_derivation_value ⇒ Types::SessionKeyDerivationValue
Returns the value of attribute session_key_derivation_value.
Instance Attribute Details
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
530 531 532 |
# File 'sig/types.rbs', line 530 def major_key_derivation_mode @major_key_derivation_mode end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
532 533 534 |
# File 'sig/types.rbs', line 532 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
531 532 533 |
# File 'sig/types.rbs', line 531 def primary_account_number @primary_account_number end |
#session_key_derivation_mode ⇒ "EMV_COMMON_SESSION_KEY", ...
Returns the value of attribute session_key_derivation_mode.
533 534 535 |
# File 'sig/types.rbs', line 533 def session_key_derivation_mode @session_key_derivation_mode end |
#session_key_derivation_value ⇒ Types::SessionKeyDerivationValue
Returns the value of attribute session_key_derivation_value.
534 535 536 |
# File 'sig/types.rbs', line 534 def session_key_derivation_value @session_key_derivation_value end |