mirror of https://github.com/OpenKMIP/PyKMIP.git
This change updates the CryptographicParameters struct, removing the primitive class wrappers that it used to use for attribute values and replacing them with struct properties that internally manage the primitive objects directly. This gutting and regutting necessitates cascading changes to every part of the library that used these internal primitive class wrappers, including unit tests, client and client tests, and attribute factory handlers. All of these have been updated to reflect the correct usage of the CryptographicParameters struct. This change also adds in additional attribute members for the CryptographicParameters struct to bring it up to spec with KMIP 1.2. |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
client.py | ||
exceptions.py | ||
factory.py | ||
objects.py | ||
sqltypes.py |