Class: Aws::ACMPCA::Types::KeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::KeyUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Defines one or more purposes for which the key contained in the certificate can be used. Default value for each option is false.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crl_sign ⇒ Boolean
Key can be used to sign CRLs.
-
#data_encipherment ⇒ Boolean
Key can be used to decipher data.
-
#decipher_only ⇒ Boolean
Key can be used only to decipher data.
-
#digital_signature ⇒ Boolean
Key can be used for digital signing.
-
#encipher_only ⇒ Boolean
Key can be used only to encipher data.
-
#key_agreement ⇒ Boolean
Key can be used in a key-agreement protocol.
-
#key_cert_sign ⇒ Boolean
Key can be used to sign certificates.
-
#key_encipherment ⇒ Boolean
Key can be used to encipher data.
-
#non_repudiation ⇒ Boolean
Key can be used for non-repudiation.
Instance Attribute Details
#crl_sign ⇒ Boolean
Key can be used to sign CRLs.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#data_encipherment ⇒ Boolean
Key can be used to decipher data.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#decipher_only ⇒ Boolean
Key can be used only to decipher data.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#digital_signature ⇒ Boolean
Key can be used for digital signing.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#encipher_only ⇒ Boolean
Key can be used only to encipher data.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#key_agreement ⇒ Boolean
Key can be used in a key-agreement protocol.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#key_cert_sign ⇒ Boolean
Key can be used to sign certificates.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#key_encipherment ⇒ Boolean
Key can be used to encipher data.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |
#non_repudiation ⇒ Boolean
Key can be used for non-repudiation.
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1784 class KeyUsage < Struct.new( :digital_signature, :non_repudiation, :key_encipherment, :data_encipherment, :key_agreement, :key_cert_sign, :crl_sign, :encipher_only, :decipher_only) SENSITIVE = [] include Aws::Structure end |