Class: Aws::Types::MacAlgorithmDukpt
- Inherits:
-
Object
- Object
- Aws::Types::MacAlgorithmDukpt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dukpt_derivation_type ⇒ "TDES_2KEY", ...
Returns the value of attribute dukpt_derivation_type.
-
#dukpt_key_variant ⇒ "BIDIRECTIONAL", ...
Returns the value of attribute dukpt_key_variant.
-
#key_serial_number ⇒ ::String
Returns the value of attribute key_serial_number.
Instance Attribute Details
#dukpt_derivation_type ⇒ "TDES_2KEY", ...
Returns the value of attribute dukpt_derivation_type.
525 526 527 |
# File 'sig/types.rbs', line 525 def dukpt_derivation_type @dukpt_derivation_type end |
#dukpt_key_variant ⇒ "BIDIRECTIONAL", ...
Returns the value of attribute dukpt_key_variant.
524 525 526 |
# File 'sig/types.rbs', line 524 def dukpt_key_variant @dukpt_key_variant end |
#key_serial_number ⇒ ::String
Returns the value of attribute key_serial_number.
523 524 525 |
# File 'sig/types.rbs', line 523 def key_serial_number @key_serial_number end |