Class: Aws::Types::EcdhDerivationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::EcdhDerivationAttributes
- 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.
-
#key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute 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.
-
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
-
#shared_information ⇒ ::String
Returns the value of attribute shared_information.
Instance Attribute Details
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
267 268 269 |
# File 'sig/types.rbs', line 267 def @certificate_authority_public_key_identifier end |
#key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute key_algorithm.
269 270 271 |
# File 'sig/types.rbs', line 269 def key_algorithm @key_algorithm end |
#key_derivation_function ⇒ "NIST_SP800", "ANSI_X963"
Returns the value of attribute key_derivation_function.
270 271 272 |
# File 'sig/types.rbs', line 270 def key_derivation_function @key_derivation_function end |
#key_derivation_hash_algorithm ⇒ "SHA_256", ...
Returns the value of attribute key_derivation_hash_algorithm.
271 272 273 |
# File 'sig/types.rbs', line 271 def key_derivation_hash_algorithm @key_derivation_hash_algorithm end |
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
268 269 270 |
# File 'sig/types.rbs', line 268 def public_key_certificate @public_key_certificate end |
#shared_information ⇒ ::String
Returns the value of attribute shared_information.
272 273 274 |
# File 'sig/types.rbs', line 272 def shared_information @shared_information end |