2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 15:53:36 +00:00

Update the CreateKeyPair payloads to support protection masks

This change updates the CreateKeyPair payloads to support the new
protection storage masks fields introduced in KMIP 2.0. The payload
unit tests have been updated to reflect these changes.
This commit is contained in:
Peter Hamilton
2019-05-10 11:42:30 -04:00
committed by Peter Hamilton
parent 3b7d9bc21f
commit 7280ccb1eb
3 changed files with 617 additions and 6 deletions

View File

@@ -1584,6 +1584,9 @@ class Tags(enum.Enum):
INTEROP_FUNCTION = 0x420160
INTEROP_IDENTIFIER = 0x420161
ADJUSTMENT_VALUE = 0x420162
COMMON_PROTECTION_STORAGE_MASKS = 0x420163
PRIVATE_PROTECTION_STORAGE_MASKS = 0x420164
PUBLIC_PROTECTION_STORAGE_MASKS = 0x420165
class TicketType(enum.Enum):