PyKMIP/kmip/core
Peter Hamilton fc2ff5d04c Remove legacy base class code for the original client
This change removes the legacy KMIP base class that was originally
used for the KMIPProxy client. The base class simply defined the
KMIP operation methods that the client should support. It has not
been actively used to guide client development for some time and
now just clutters up the code base. The KMIPProxy class has been
updated to remove any reference to this original base class.
2018-02-26 15:02:42 -05:00
..
factories Update the Credential objects 2018-02-25 10:29:52 -05:00
messages Update the Authentication object 2018-02-26 10:23:25 -05:00
__init__.py PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
attributes.py Remove unused error code 2017-12-07 20:59:23 -05:00
config_helper.py Fixing violations of E722 for flake8 checks 2017-10-23 08:43:36 -04:00
enums.py Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
exceptions.py Remove unused error code 2017-12-07 20:59:23 -05:00
misc.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Update the Credential objects 2018-02-25 10:29:52 -05:00
policy.py Update the server to support group-based operation policies 2018-02-19 12:12:40 -05:00
primitives.py Remove unused error code 2017-12-07 20:59:23 -05:00
secrets.py Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
utils.py Remove unused error code 2017-12-07 20:59:23 -05:00