PyKMIP/kmip/pie
Peter Hamilton 471d0a1ad8 Updating the CryptographicParameters struct
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.
2017-05-24 15:39:09 -04:00
..
__init__.py Adding the pie package for the simplified PyKMIP API 2015-06-05 11:46:00 -04:00
api.py Add Revoke operation support for pie client 2017-04-20 10:19:10 -07:00
client.py Updating the CryptographicParameters struct 2017-05-24 15:39:09 -04:00
exceptions.py Modify KmipOperationFailure to expose status/reason/message attributes 2017-04-04 11:36:05 -07:00
factory.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Adding support for the InitialDate attribute 2017-01-08 12:07:22 -05:00
sqltypes.py Added SQLAlchemy Code for Symmetric Key 2016-02-19 09:23:51 -05:00