Class: Aws::Types::DukptAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dukpt_derivation_type"TDES_2KEY", ...

Returns the value of attribute dukpt_derivation_type.

Returns:

  • ("TDES_2KEY", "TDES_3KEY", "AES_128", "AES_192", "AES_256")


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.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def key_serial_number
  @key_serial_number
end