Class: Aws::Types::ImportDiffieHellmanTr31KeyBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:wrapped_key_block])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_public_key_identifier::String

Returns the value of attribute certificate_authority_public_key_identifier.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def certificate_authority_public_key_identifier
  @certificate_authority_public_key_identifier
end

#derivation_dataTypes::DiffieHellmanDerivationData

Returns the value of attribute derivation_data.



367
368
369
# File 'sig/types.rbs', line 367

def derivation_data
  @derivation_data
end

#derive_key_algorithm"TDES_2KEY", ...

Returns the value of attribute derive_key_algorithm.

Returns:

  • ("TDES_2KEY", "TDES_3KEY", "AES_128", "AES_192", "AES_256", "HMAC_SHA256", "HMAC_SHA384", "HMAC_SHA512", "HMAC_SHA224")


364
365
366
# File 'sig/types.rbs', line 364

def derive_key_algorithm
  @derive_key_algorithm
end

#key_derivation_function"NIST_SP800", "ANSI_X963"

Returns the value of attribute key_derivation_function.

Returns:

  • ("NIST_SP800", "ANSI_X963")


365
366
367
# File 'sig/types.rbs', line 365

def key_derivation_function
  @key_derivation_function
end

#key_derivation_hash_algorithm"SHA_256", ...

Returns the value of attribute key_derivation_hash_algorithm.

Returns:

  • ("SHA_256", "SHA_384", "SHA_512")


366
367
368
# File 'sig/types.rbs', line 366

def key_derivation_hash_algorithm
  @key_derivation_hash_algorithm
end

#private_key_identifier::String

Returns the value of attribute private_key_identifier.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def private_key_identifier
  @private_key_identifier
end

#public_key_certificate::String

Returns the value of attribute public_key_certificate.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def public_key_certificate
  @public_key_certificate
end

#wrapped_key_block::String

Returns the value of attribute wrapped_key_block.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def wrapped_key_block
  @wrapped_key_block
end