Class: Aws::Types::MacAttributes
- Inherits:
-
Object
- Object
- Aws::Types::MacAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Algorithm, DukptCmac, DukptIso9797Algorithm1, DukptIso9797Algorithm3, EmvMac, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "ISO9797_ALGORITHM1", ...
Returns the value of attribute algorithm.
-
#dukpt_cmac ⇒ Types::MacAlgorithmDukpt
Returns the value of attribute dukpt_cmac.
-
#dukpt_iso_9797_algorithm_1 ⇒ Types::MacAlgorithmDukpt
Returns the value of attribute dukpt_iso_9797_algorithm_1.
-
#dukpt_iso_9797_algorithm_3 ⇒ Types::MacAlgorithmDukpt
Returns the value of attribute dukpt_iso_9797_algorithm_3.
-
#emv_mac ⇒ Types::MacAlgorithmEmv
Returns the value of attribute emv_mac.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#algorithm ⇒ "ISO9797_ALGORITHM1", ...
Returns the value of attribute algorithm.
539 540 541 |
# File 'sig/types.rbs', line 539 def algorithm @algorithm end |
#dukpt_cmac ⇒ Types::MacAlgorithmDukpt
Returns the value of attribute dukpt_cmac.
543 544 545 |
# File 'sig/types.rbs', line 543 def dukpt_cmac @dukpt_cmac end |
#dukpt_iso_9797_algorithm_1 ⇒ Types::MacAlgorithmDukpt
Returns the value of attribute dukpt_iso_9797_algorithm_1.
541 542 543 |
# File 'sig/types.rbs', line 541 def dukpt_iso_9797_algorithm_1 @dukpt_iso_9797_algorithm_1 end |
#dukpt_iso_9797_algorithm_3 ⇒ Types::MacAlgorithmDukpt
Returns the value of attribute dukpt_iso_9797_algorithm_3.
542 543 544 |
# File 'sig/types.rbs', line 542 def dukpt_iso_9797_algorithm_3 @dukpt_iso_9797_algorithm_3 end |
#emv_mac ⇒ Types::MacAlgorithmEmv
Returns the value of attribute emv_mac.
540 541 542 |
# File 'sig/types.rbs', line 540 def emv_mac @emv_mac end |
#unknown ⇒ Object
Returns the value of attribute unknown.
544 545 546 |
# File 'sig/types.rbs', line 544 def unknown @unknown end |