Class: Aws::Types::GenerateAuthRequestCryptogramInput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateAuthRequestCryptogramInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
-
#session_key_derivation_attributes ⇒ Types::SessionKeyDerivation
Returns the value of attribute session_key_derivation_attributes.
-
#transaction_data ⇒ ::String
Returns the value of attribute transaction_data.
Instance Attribute Details
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
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.
358 359 360 |
# File 'sig/types.rbs', line 358 def major_key_derivation_mode @major_key_derivation_mode end |
#session_key_derivation_attributes ⇒ Types::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.
357 358 359 |
# File 'sig/types.rbs', line 357 def transaction_data @transaction_data end |