Class: Aws::PcaConnectorAd::Types::PrivateKeyAttributesV4
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::PrivateKeyAttributesV4
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Defines the attributes of the private key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm ⇒ String
Defines the algorithm used to generate the private key.
-
#crypto_providers ⇒ Array<String>
Defines the cryptographic providers used to generate the private key.
-
#key_spec ⇒ String
Defines the purpose of the private key.
-
#key_usage_property ⇒ Types::KeyUsageProperty
The key usage property defines the purpose of the private key contained in the certificate.
-
#minimal_key_length ⇒ Integer
Set the minimum key length of the private key.
Instance Attribute Details
#algorithm ⇒ String
Defines the algorithm used to generate the private key.
1732 1733 1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1732 class PrivateKeyAttributesV4 < Struct.new( :algorithm, :crypto_providers, :key_spec, :key_usage_property, :minimal_key_length) SENSITIVE = [] include Aws::Structure end |
#crypto_providers ⇒ Array<String>
Defines the cryptographic providers used to generate the private key.
1732 1733 1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1732 class PrivateKeyAttributesV4 < Struct.new( :algorithm, :crypto_providers, :key_spec, :key_usage_property, :minimal_key_length) SENSITIVE = [] include Aws::Structure end |
#key_spec ⇒ String
Defines the purpose of the private key. Set it to “KEY_EXCHANGE” or “SIGNATURE” value.
1732 1733 1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1732 class PrivateKeyAttributesV4 < Struct.new( :algorithm, :crypto_providers, :key_spec, :key_usage_property, :minimal_key_length) SENSITIVE = [] include Aws::Structure end |
#key_usage_property ⇒ Types::KeyUsageProperty
The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.
1732 1733 1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1732 class PrivateKeyAttributesV4 < Struct.new( :algorithm, :crypto_providers, :key_spec, :key_usage_property, :minimal_key_length) SENSITIVE = [] include Aws::Structure end |
#minimal_key_length ⇒ Integer
Set the minimum key length of the private key.
1732 1733 1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1732 class PrivateKeyAttributesV4 < Struct.new( :algorithm, :crypto_providers, :key_spec, :key_usage_property, :minimal_key_length) SENSITIVE = [] include Aws::Structure end |