PyKMIP/kmip/core
Jonathan Seawright 9ba479e4d3 Add optional 'name' argument to create and create_key_pair functions
The ProxyKmipClient now allows you to optionally provide a name
when performing a `Create` or a `Create Key Pair`. If not specified,
the name is excluded from the request.

 * For `create`, users specify `name`
 * For `create_key_pair`, users specify `private_name` and `public_name`

Resolves #208
2016-12-03 21:37:35 -06:00
..
factories Add optional 'name' argument to create and create_key_pair functions 2016-12-03 21:37:35 -06:00
messages Adding payloads for the GetAttributes operation 2016-11-27 12:33:33 -05:00
__init__.py
attributes.py Add optional 'name' argument to create and create_key_pair functions 2016-12-03 21:37:35 -06:00
config_helper.py Updating the set of supported configuration file locations 2015-08-28 15:59:05 -04:00
enums.py Adding default KMIP operation policies 2016-09-09 14:45:34 -04:00
errors.py
exceptions.py Adding server support for the Activate operation 2016-11-12 16:37:20 -05:00
keys.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
misc.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Adding string utilites to the Attribute object 2016-11-27 12:21:11 -05:00
policy.py Adding dynamic operation policy loading to the KMIP server 2016-11-10 10:39:16 -05:00
primitives.py Updating the ApplicationSpecificInformation attribute 2016-11-27 11:23:11 -05:00
secrets.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
server.py server: implement 'discover-versions' 2016-02-18 14:35:30 +01:00
utils.py Adding support for the Query operation 2015-02-23 17:18:05 -05:00