Class: Aws::Types::KeyUsageFlags
- Inherits:
-
Object
- Object
- Aws::Types::KeyUsageFlags
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_encipherment ⇒ Boolean
Returns the value of attribute data_encipherment.
-
#digital_signature ⇒ Boolean
Returns the value of attribute digital_signature.
-
#key_agreement ⇒ Boolean
Returns the value of attribute key_agreement.
-
#key_encipherment ⇒ Boolean
Returns the value of attribute key_encipherment.
-
#non_repudiation ⇒ Boolean
Returns the value of attribute non_repudiation.
Instance Attribute Details
#data_encipherment ⇒ Boolean
Returns the value of attribute data_encipherment.
331 332 333 |
# File 'sig/types.rbs', line 331 def data_encipherment @data_encipherment end |
#digital_signature ⇒ Boolean
Returns the value of attribute digital_signature.
332 333 334 |
# File 'sig/types.rbs', line 332 def digital_signature @digital_signature end |
#key_agreement ⇒ Boolean
Returns the value of attribute key_agreement.
333 334 335 |
# File 'sig/types.rbs', line 333 def key_agreement @key_agreement end |
#key_encipherment ⇒ Boolean
Returns the value of attribute key_encipherment.
334 335 336 |
# File 'sig/types.rbs', line 334 def key_encipherment @key_encipherment end |
#non_repudiation ⇒ Boolean
Returns the value of attribute non_repudiation.
335 336 337 |
# File 'sig/types.rbs', line 335 def non_repudiation @non_repudiation end |