PyKMIP/kmip/core/factories
Peter Hamilton bc3e81b577 Add KMIP 2.0-style attribute handling
This change adds a new Attributes object to the object hierarchy,
which replaces TemplateAttributes in KMIP 2.0. The old attribute
components, like the AttributeName and AttributeIndex, are no
longer used and are instead replaced with the KMIP TTLV tag for
the attributes in question. This brings the attribute encoding
process in line with the rest of the KMIP specification.

To support this change, additional attribute and enumeration
utility functions have been added to simply attribute building
and attribute/enumeration validity checking. New test cases
covering this new functionality are also included.
2019-02-22 09:59:05 -05:00
..
payloads Add Check support to the payload factories 2018-04-17 00:32:20 -04:00
__init__.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
attribute_values.py Add KMIP 2.0-style attribute handling 2019-02-22 09:59:05 -05:00
attributes.py Fixing format string indices 2015-02-23 09:52:15 -05:00
credentials.py Update the Credential objects 2018-02-25 10:29:52 -05:00
secrets.py Fix flake8 warnings to reflect modern Python style 2019-02-01 11:53:18 -05:00