mirror of https://github.com/OpenKMIP/PyKMIP.git
Updating README
The change updates the README to reflect new operations added to the KMIPProxy and ProxyKmipClient.
This commit is contained in:
parent
428633f175
commit
a82154c6fb
|
@ -27,6 +27,7 @@ support for the following operations:
|
|||
* ``Register``
|
||||
* ``Locate``
|
||||
* ``Get``
|
||||
* ``GetAttributeList``
|
||||
* ``Activate``
|
||||
* ``Revoke``
|
||||
* ``Destroy``
|
||||
|
@ -41,6 +42,7 @@ following operations:
|
|||
* ``CreateKeyPair``
|
||||
* ``Register``
|
||||
* ``Get``
|
||||
* ``GetAttributeList``
|
||||
* ``Destroy``
|
||||
|
||||
For examples of how to create and use the different clients, see the scripts
|
||||
|
|
Loading…
Reference in New Issue