KeyProperties Class
Properties of the key pair backing a certificate.
- Inheritance
-
KeyProperties
Constructor
KeyProperties(**kwargs)
Parameters
- key_type
- str or JsonWebKeyType
Required
The type of key pair to be used for the certificate. Possible values include: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct'
- curve
- str or JsonWebKeyCurveName
Required
Elliptic curve name. For valid values, see JsonWebKeyCurveName. Possible values include: 'P-256', 'P-384', 'P-521', 'P-256K'
Feedback
Submit and view feedback for