OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

Add conversion utilities for SplitKey objects #585

Closed PeterHamilton closed 5 years ago

PeterHamilton commented 5 years ago

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