PyKMIP/kmip/pie
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
..
__init__.py Adding the pie package for the simplified PyKMIP API 2015-06-05 11:46:00 -04:00
api.py Adding ProxyKmipClient support for the GetAttributeList operation 2015-09-04 10:01:39 -04:00
client.py Add optional 'name' argument to create and create_key_pair functions 2016-12-03 21:37:35 -06:00
exceptions.py Adding the Pie ProxyKmipClient 2015-07-27 13:09:45 -04:00
factory.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Adding server support for the Activate operation 2016-11-12 16:37:20 -05:00
sqltypes.py Added SQLAlchemy Code for Symmetric Key 2016-02-19 09:23:51 -05:00