Class: Aws::Types::DukptAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DukptAttributes
- 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.
-
#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.
230 231 232 |
# File 'sig/types.rbs', line 230 def dukpt_derivation_type @dukpt_derivation_type end |
#key_serial_number ⇒ ::String
Returns the value of attribute key_serial_number.
229 230 231 |
# File 'sig/types.rbs', line 229 def key_serial_number @key_serial_number end |