Class: Aws::Types::GenerateMacEmvPinChangeInput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMacEmvPinChangeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#derivation_method_attributes ⇒ Types::DerivationMethodAttributes
Returns the value of attribute derivation_method_attributes.
-
#message_data ⇒ ::String
Returns the value of attribute message_data.
-
#new_encrypted_pin_block ⇒ ::String
Returns the value of attribute new_encrypted_pin_block.
-
#new_pin_pek_identifier ⇒ ::String
Returns the value of attribute new_pin_pek_identifier.
-
#pin_block_format ⇒ "ISO_FORMAT_0", ...
Returns the value of attribute pin_block_format.
-
#secure_messaging_confidentiality_key_identifier ⇒ ::String
Returns the value of attribute secure_messaging_confidentiality_key_identifier.
-
#secure_messaging_integrity_key_identifier ⇒ ::String
Returns the value of attribute secure_messaging_integrity_key_identifier.
Instance Attribute Details
#derivation_method_attributes ⇒ Types::DerivationMethodAttributes
Returns the value of attribute derivation_method_attributes.
392 393 394 |
# File 'sig/types.rbs', line 392 def derivation_method_attributes @derivation_method_attributes end |
#message_data ⇒ ::String
Returns the value of attribute message_data.
391 392 393 |
# File 'sig/types.rbs', line 391 def @message_data end |
#new_encrypted_pin_block ⇒ ::String
Returns the value of attribute new_encrypted_pin_block.
387 388 389 |
# File 'sig/types.rbs', line 387 def new_encrypted_pin_block @new_encrypted_pin_block end |
#new_pin_pek_identifier ⇒ ::String
Returns the value of attribute new_pin_pek_identifier.
386 387 388 |
# File 'sig/types.rbs', line 386 def new_pin_pek_identifier @new_pin_pek_identifier end |
#pin_block_format ⇒ "ISO_FORMAT_0", ...
Returns the value of attribute pin_block_format.
388 389 390 |
# File 'sig/types.rbs', line 388 def pin_block_format @pin_block_format end |
#secure_messaging_confidentiality_key_identifier ⇒ ::String
Returns the value of attribute secure_messaging_confidentiality_key_identifier.
390 391 392 |
# File 'sig/types.rbs', line 390 def secure_messaging_confidentiality_key_identifier @secure_messaging_confidentiality_key_identifier end |
#secure_messaging_integrity_key_identifier ⇒ ::String
Returns the value of attribute secure_messaging_integrity_key_identifier.
389 390 391 |
# File 'sig/types.rbs', line 389 def secure_messaging_integrity_key_identifier @secure_messaging_integrity_key_identifier end |