PrivateKeyAttributesV3
Defines the attributes of the private key.
Contents
- Algorithm
-
Defines the algorithm used to generate the private key.
Type: String
Valid Values:
RSA | ECDH_P256 | ECDH_P384 | ECDH_P521
Required: Yes
- KeySpec
-
Defines the purpose of the private key. Set it to "KEY_EXCHANGE" or "SIGNATURE" value.
Type: String
Valid Values:
KEY_EXCHANGE | SIGNATURE
Required: Yes
- 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.
Type: KeyUsageProperty object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- MinimalKeyLength
-
Set the minimum key length of the private key.
Type: Integer
Valid Range: Minimum value of 1.
Required: Yes
- CryptoProviders
-
Defines the cryptographic providers used to generate the private key.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: