Class: Aws::Types::EmvEncryptionAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_account_number, :session_derivation_data, :initialization_vector])

Instance Attribute Summary collapse

Instance Attribute Details

#initialization_vector::String

Returns the value of attribute initialization_vector.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def initialization_vector
  @initialization_vector
end

#major_key_derivation_mode"EMV_OPTION_A", "EMV_OPTION_B"

Returns the value of attribute major_key_derivation_mode.

Returns:

  • ("EMV_OPTION_A", "EMV_OPTION_B")


296
297
298
# File 'sig/types.rbs', line 296

def major_key_derivation_mode
  @major_key_derivation_mode
end

#mode"ECB", "CBC"

Returns the value of attribute mode.

Returns:

  • ("ECB", "CBC")


300
301
302
# File 'sig/types.rbs', line 300

def mode
  @mode
end

#pan_sequence_number::String

Returns the value of attribute pan_sequence_number.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def pan_sequence_number
  @pan_sequence_number
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def 
  @primary_account_number
end

#session_derivation_data::String

Returns the value of attribute session_derivation_data.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def session_derivation_data
  @session_derivation_data
end