Class: Aws::Types::MacAttributes

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

Defined Under Namespace

Classes: Algorithm, DukptCmac, DukptIso9797Algorithm1, DukptIso9797Algorithm3, EmvMac, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"ISO9797_ALGORITHM1", ...

Returns the value of attribute algorithm.

Returns:

  • ("ISO9797_ALGORITHM1", "ISO9797_ALGORITHM3", "CMAC", "HMAC", "HMAC_SHA224", "HMAC_SHA256", "HMAC_SHA384", "HMAC_SHA512", "AS2805_4_1")


539
540
541
# File 'sig/types.rbs', line 539

def algorithm
  @algorithm
end

#dukpt_cmacTypes::MacAlgorithmDukpt

Returns the value of attribute dukpt_cmac.



543
544
545
# File 'sig/types.rbs', line 543

def dukpt_cmac
  @dukpt_cmac
end

#dukpt_iso_9797_algorithm_1Types::MacAlgorithmDukpt

Returns the value of attribute dukpt_iso_9797_algorithm_1.



541
542
543
# File 'sig/types.rbs', line 541

def dukpt_iso_9797_algorithm_1
  @dukpt_iso_9797_algorithm_1
end

#dukpt_iso_9797_algorithm_3Types::MacAlgorithmDukpt

Returns the value of attribute dukpt_iso_9797_algorithm_3.



542
543
544
# File 'sig/types.rbs', line 542

def dukpt_iso_9797_algorithm_3
  @dukpt_iso_9797_algorithm_3
end

#emv_macTypes::MacAlgorithmEmv

Returns the value of attribute emv_mac.



540
541
542
# File 'sig/types.rbs', line 540

def emv_mac
  @emv_mac
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


544
545
546
# File 'sig/types.rbs', line 544

def unknown
  @unknown
end