Class: Aws::Types::IncomingDiffieHellmanTr31KeyBlock
- Inherits:
-
Object
- Object
- Aws::Types::IncomingDiffieHellmanTr31KeyBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
-
#derivation_data ⇒ Types::DiffieHellmanDerivationData
Returns the value of attribute derivation_data.
-
#derive_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute derive_key_algorithm.
-
#key_derivation_function ⇒ "NIST_SP800", "ANSI_X963"
Returns the value of attribute key_derivation_function.
-
#key_derivation_hash_algorithm ⇒ "SHA_256", ...
Returns the value of attribute key_derivation_hash_algorithm.
-
#private_key_identifier ⇒ ::String
Returns the value of attribute private_key_identifier.
-
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
-
#wrapped_key_block ⇒ ::String
Returns the value of attribute wrapped_key_block.
Instance Attribute Details
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
485 486 487 |
# File 'sig/types.rbs', line 485 def @certificate_authority_public_key_identifier end |
#derivation_data ⇒ Types::DiffieHellmanDerivationData
Returns the value of attribute derivation_data.
490 491 492 |
# File 'sig/types.rbs', line 490 def derivation_data @derivation_data end |
#derive_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute derive_key_algorithm.
487 488 489 |
# File 'sig/types.rbs', line 487 def derive_key_algorithm @derive_key_algorithm end |
#key_derivation_function ⇒ "NIST_SP800", "ANSI_X963"
Returns the value of attribute key_derivation_function.
488 489 490 |
# File 'sig/types.rbs', line 488 def key_derivation_function @key_derivation_function end |
#key_derivation_hash_algorithm ⇒ "SHA_256", ...
Returns the value of attribute key_derivation_hash_algorithm.
489 490 491 |
# File 'sig/types.rbs', line 489 def key_derivation_hash_algorithm @key_derivation_hash_algorithm end |
#private_key_identifier ⇒ ::String
Returns the value of attribute private_key_identifier.
484 485 486 |
# File 'sig/types.rbs', line 484 def private_key_identifier @private_key_identifier end |
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
486 487 488 |
# File 'sig/types.rbs', line 486 def public_key_certificate @public_key_certificate end |
#wrapped_key_block ⇒ ::String
Returns the value of attribute wrapped_key_block.
491 492 493 |
# File 'sig/types.rbs', line 491 def wrapped_key_block @wrapped_key_block end |