mirror of
https://github.com/openkmip/pykmip
synced 2025-12-20 18:23:24 +00:00
Rename the CertificateTypeEnum enum to CertificateType
This change renames the CertificateTypeEnum enumeration to CertificateType, matching the naming schemes of all other enumerations. This is a backwards incompatible change and will break any scripts or programs that use the current CertificateTypeEnum name.
This commit is contained in:
@@ -137,7 +137,7 @@ class CertificateRequestType(enum.Enum):
|
||||
PGP = 0x00000004 # DEPRECATED
|
||||
|
||||
|
||||
class CertificateTypeEnum(enum.Enum):
|
||||
class CertificateType(enum.Enum):
|
||||
X_509 = 0x00000001
|
||||
PGP = 0x00000002 # Deprecated as of KMIP 1.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user