Class: Aws::Types::DukptEncryptionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DukptEncryptionAttributes
- 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.
-
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
-
#key_serial_number ⇒ ::String
Returns the value of attribute key_serial_number.
-
#mode ⇒ "ECB", "CBC"
Returns the value of attribute mode.
Instance Attribute Details
#dukpt_key_derivation_type ⇒ "TDES_2KEY", ...
Returns the value of attribute dukpt_key_derivation_type.
244 245 246 |
# File 'sig/types.rbs', line 244 def dukpt_key_derivation_type @dukpt_key_derivation_type end |
#dukpt_key_variant ⇒ "BIDIRECTIONAL", ...
Returns the value of attribute dukpt_key_variant.
245 246 247 |
# File 'sig/types.rbs', line 245 def dukpt_key_variant @dukpt_key_variant end |
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
246 247 248 |
# File 'sig/types.rbs', line 246 def initialization_vector @initialization_vector end |
#key_serial_number ⇒ ::String
Returns the value of attribute key_serial_number.
242 243 244 |
# File 'sig/types.rbs', line 242 def key_serial_number @key_serial_number end |
#mode ⇒ "ECB", "CBC"
Returns the value of attribute mode.
243 244 245 |
# File 'sig/types.rbs', line 243 def mode @mode end |