Class: Aws::Types::DukptDerivationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DukptDerivationAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dukpt_key_derivation_type ⇒ "TDES_2KEY", ...
Returns the value of attribute dukpt_key_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_key_derivation_type ⇒ "TDES_2KEY", ...
Returns the value of attribute dukpt_key_derivation_type.
236 237 238 |
# File 'sig/types.rbs', line 236 def dukpt_key_derivation_type @dukpt_key_derivation_type end |
#dukpt_key_variant ⇒ "BIDIRECTIONAL", ...
Returns the value of attribute dukpt_key_variant.
237 238 239 |
# File 'sig/types.rbs', line 237 def dukpt_key_variant @dukpt_key_variant end |
#key_serial_number ⇒ ::String
Returns the value of attribute key_serial_number.
235 236 237 |
# File 'sig/types.rbs', line 235 def key_serial_number @key_serial_number end |