Class: Aws::Types::EmvEncryptionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::EmvEncryptionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
-
#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.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
-
#session_derivation_data ⇒ ::String
Returns the value of attribute session_derivation_data.
Instance Attribute Details
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
301 302 303 |
# File 'sig/types.rbs', line 301 def initialization_vector @initialization_vector end |
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
296 297 298 |
# File 'sig/types.rbs', line 296 def major_key_derivation_mode @major_key_derivation_mode end |
#mode ⇒ "ECB", "CBC"
Returns the value of attribute mode.
300 301 302 |
# File 'sig/types.rbs', line 300 def mode @mode end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
298 299 300 |
# File 'sig/types.rbs', line 298 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
297 298 299 |
# File 'sig/types.rbs', line 297 def primary_account_number @primary_account_number end |
#session_derivation_data ⇒ ::String
Returns the value of attribute session_derivation_data.
299 300 301 |
# File 'sig/types.rbs', line 299 def session_derivation_data @session_derivation_data end |