mirror of
https://github.com/openkmip/pykmip
synced 2025-12-19 01:33:48 +00:00
Add conversion utilities for SplitKey objects
This change adds conversion utilities for SplitKey objects, allowing for conversions between the Pie and Core object spaces. The server is also updated to recognize the new Pie SplitKey object. Unit tests have been added and tweaked to accommodate these changes. Partially implements #545
This commit is contained in:
committed by
Peter Hamilton
parent
84ab77cd8d
commit
a8713fc909
@@ -123,7 +123,7 @@ class KmipEngine(object):
|
||||
enums.ObjectType.SYMMETRIC_KEY: objects.SymmetricKey,
|
||||
enums.ObjectType.PUBLIC_KEY: objects.PublicKey,
|
||||
enums.ObjectType.PRIVATE_KEY: objects.PrivateKey,
|
||||
enums.ObjectType.SPLIT_KEY: None,
|
||||
enums.ObjectType.SPLIT_KEY: objects.SplitKey,
|
||||
enums.ObjectType.TEMPLATE: None,
|
||||
enums.ObjectType.SECRET_DATA: objects.SecretData,
|
||||
enums.ObjectType.OPAQUE_DATA: objects.OpaqueObject
|
||||
|
||||
Reference in New Issue
Block a user