Class: Aws::Types::DukptDerivationAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dukpt_key_derivation_type"TDES_2KEY", ...

Returns the value of attribute dukpt_key_derivation_type.

Returns:

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


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.

Returns:

  • ("BIDIRECTIONAL", "REQUEST", "RESPONSE")


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.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def key_serial_number
  @key_serial_number
end