PyKMIP/kmip/tests/unit/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
..
attributes Add optional 'name' argument to create and create_key_pair functions 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
misc Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects Adding string utilites to the Attribute object 2016-11-27 12:21:11 -05:00
primitives Fixing bug with DateTime str test 2016-04-05 14:00:14 -04:00
secrets Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
__init__.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_config_helper.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_policy.py Adding dynamic operation policy loading to the KMIP server 2016-11-10 10:39:16 -05:00
test_server.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
test_utils.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00