Class: Aws::Types::KeyUsage
- Inherits:
-
Object
- Object
- Aws::Types::KeyUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crl_sign ⇒ Boolean
Returns the value of attribute crl_sign.
-
#data_encipherment ⇒ Boolean
Returns the value of attribute data_encipherment.
-
#decipher_only ⇒ Boolean
Returns the value of attribute decipher_only.
-
#digital_signature ⇒ Boolean
Returns the value of attribute digital_signature.
-
#encipher_only ⇒ Boolean
Returns the value of attribute encipher_only.
-
#key_agreement ⇒ Boolean
Returns the value of attribute key_agreement.
-
#key_cert_sign ⇒ Boolean
Returns the value of attribute key_cert_sign.
-
#key_encipherment ⇒ Boolean
Returns the value of attribute key_encipherment.
-
#non_repudiation ⇒ Boolean
Returns the value of attribute non_repudiation.
Instance Attribute Details
#crl_sign ⇒ Boolean
Returns the value of attribute crl_sign.
342 343 344 |
# File 'sig/types.rbs', line 342 def crl_sign @crl_sign end |
#data_encipherment ⇒ Boolean
Returns the value of attribute data_encipherment.
339 340 341 |
# File 'sig/types.rbs', line 339 def data_encipherment @data_encipherment end |
#decipher_only ⇒ Boolean
Returns the value of attribute decipher_only.
344 345 346 |
# File 'sig/types.rbs', line 344 def decipher_only @decipher_only end |
#digital_signature ⇒ Boolean
Returns the value of attribute digital_signature.
336 337 338 |
# File 'sig/types.rbs', line 336 def digital_signature @digital_signature end |
#encipher_only ⇒ Boolean
Returns the value of attribute encipher_only.
343 344 345 |
# File 'sig/types.rbs', line 343 def encipher_only @encipher_only end |
#key_agreement ⇒ Boolean
Returns the value of attribute key_agreement.
340 341 342 |
# File 'sig/types.rbs', line 340 def key_agreement @key_agreement end |
#key_cert_sign ⇒ Boolean
Returns the value of attribute key_cert_sign.
341 342 343 |
# File 'sig/types.rbs', line 341 def key_cert_sign @key_cert_sign end |
#key_encipherment ⇒ Boolean
Returns the value of attribute key_encipherment.
338 339 340 |
# File 'sig/types.rbs', line 338 def key_encipherment @key_encipherment end |
#non_repudiation ⇒ Boolean
Returns the value of attribute non_repudiation.
337 338 339 |
# File 'sig/types.rbs', line 337 def non_repudiation @non_repudiation end |