Class: Aws::Types::PrivateKeyAttributesV3
- Inherits:
-
Object
- Object
- Aws::Types::PrivateKeyAttributesV3
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "RSA", ...
Returns the value of attribute algorithm.
-
#crypto_providers ⇒ ::Array[::String]
Returns the value of attribute crypto_providers.
-
#key_spec ⇒ "KEY_EXCHANGE", "SIGNATURE"
Returns the value of attribute key_spec.
-
#key_usage_property ⇒ Types::KeyUsageProperty
Returns the value of attribute key_usage_property.
-
#minimal_key_length ⇒ ::Integer
Returns the value of attribute minimal_key_length.
Instance Attribute Details
#algorithm ⇒ "RSA", ...
Returns the value of attribute algorithm.
441 442 443 |
# File 'sig/types.rbs', line 441 def algorithm @algorithm end |
#crypto_providers ⇒ ::Array[::String]
Returns the value of attribute crypto_providers.
442 443 444 |
# File 'sig/types.rbs', line 442 def crypto_providers @crypto_providers end |
#key_spec ⇒ "KEY_EXCHANGE", "SIGNATURE"
Returns the value of attribute key_spec.
443 444 445 |
# File 'sig/types.rbs', line 443 def key_spec @key_spec end |
#key_usage_property ⇒ Types::KeyUsageProperty
Returns the value of attribute key_usage_property.
444 445 446 |
# File 'sig/types.rbs', line 444 def key_usage_property @key_usage_property end |
#minimal_key_length ⇒ ::Integer
Returns the value of attribute minimal_key_length.
445 446 447 |
# File 'sig/types.rbs', line 445 def minimal_key_length @minimal_key_length end |