Class: Aws::Types::ImportAs2805KeyCryptogram

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:wrapped_key_cryptogram])

Instance Attribute Summary collapse

Instance Attribute Details

#as_2805_key_variant"TERMINAL_MAJOR_KEY_VARIANT_00", ...

Returns the value of attribute as_2805_key_variant.

Returns:

  • ("TERMINAL_MAJOR_KEY_VARIANT_00", "PIN_ENCRYPTION_KEY_VARIANT_28", "MESSAGE_AUTHENTICATION_KEY_VARIANT_24", "DATA_ENCRYPTION_KEY_VARIANT_22")


351
352
353
# File 'sig/types.rbs', line 351

def as_2805_key_variant
  @as_2805_key_variant
end

#exportableBoolean

Returns the value of attribute exportable.

Returns:

  • (Boolean)


354
355
356
# File 'sig/types.rbs', line 354

def exportable
  @exportable
end

#key_algorithm"TDES_2KEY", ...

Returns the value of attribute key_algorithm.

Returns:

  • ("TDES_2KEY", "TDES_3KEY", "AES_128", "AES_192", "AES_256", "HMAC_SHA256", "HMAC_SHA384", "HMAC_SHA512", "HMAC_SHA224", "RSA_2048", "RSA_3072", "RSA_4096", "ECC_NIST_P256", "ECC_NIST_P384", "ECC_NIST_P521")


353
354
355
# File 'sig/types.rbs', line 353

def key_algorithm
  @key_algorithm
end

#key_modes_of_useTypes::KeyModesOfUse

Returns the value of attribute key_modes_of_use.



352
353
354
# File 'sig/types.rbs', line 352

def key_modes_of_use
  @key_modes_of_use
end

#wrapped_key_cryptogram::String

Returns the value of attribute wrapped_key_cryptogram.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def wrapped_key_cryptogram
  @wrapped_key_cryptogram
end

#wrapping_key_identifier::String

Returns the value of attribute wrapping_key_identifier.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def wrapping_key_identifier
  @wrapping_key_identifier
end