Class: Aws::Types::ExportDiffieHellmanTr31KeyBlock
- Inherits:
-
Object
- Object
- Aws::Types::ExportDiffieHellmanTr31KeyBlock
- 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_block_headers ⇒ Types::KeyBlockHeaders
Returns the value of attribute key_block_headers.
-
#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.
Instance Attribute Details
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
171 172 173 |
# File 'sig/types.rbs', line 171 def end |
#derivation_data ⇒ Types::DiffieHellmanDerivationData
Returns the value of attribute derivation_data.
176 177 178 |
# File 'sig/types.rbs', line 176 def derivation_data @derivation_data end |
#derive_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute derive_key_algorithm.
173 174 175 |
# File 'sig/types.rbs', line 173 def derive_key_algorithm @derive_key_algorithm end |
#key_block_headers ⇒ Types::KeyBlockHeaders
Returns the value of attribute key_block_headers.
177 178 179 |
# File 'sig/types.rbs', line 177 def key_block_headers @key_block_headers end |
#key_derivation_function ⇒ "NIST_SP800", "ANSI_X963"
Returns the value of attribute key_derivation_function.
174 175 176 |
# File 'sig/types.rbs', line 174 def key_derivation_function @key_derivation_function end |
#key_derivation_hash_algorithm ⇒ "SHA_256", ...
Returns the value of attribute key_derivation_hash_algorithm.
175 176 177 |
# File 'sig/types.rbs', line 175 def key_derivation_hash_algorithm @key_derivation_hash_algorithm end |
#private_key_identifier ⇒ ::String
Returns the value of attribute private_key_identifier.
170 171 172 |
# File 'sig/types.rbs', line 170 def private_key_identifier @private_key_identifier end |
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
172 173 174 |
# File 'sig/types.rbs', line 172 def public_key_certificate @public_key_certificate end |