KeyProperties Class

Properties of the key pair backing a certificate.

Inheritance
KeyProperties

Constructor

KeyProperties(*, exportable: Optional[bool] = None, key_type: Optional[str] = None, key_size: Optional[int] = None, reuse_key: Optional[bool] = None, **kwargs)

Parameters

exportable
bool
Required

Indicates if the private key can be exported.

key_type
str
Required

The key type.

key_size
int
Required

The key size in bits. For example: 2048, 3072, or 4096 for RSA.

reuse_key
bool
Required

Indicates if the same key pair will be used on certificate renewal.