From 5b4a0fe960ecf06c98fece0bcaad49d088411dcd Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 16 Jun 2017 17:15:44 -0400 Subject: [PATCH] Finishing up the current Table of Contents for the FAQ --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index 49bf67a..e6f1d54 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,14 @@ +## Table of Contents * [What algorithms are available for creating symmetric encryption keys? For asymmetric encryption keys (i.e., key pairs)?](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#what-algorithms-are-available-for-creating-symmetric-encryption-keys-for-asymmetric-encryption-keys-ie-key-pairs) + * [Symmetric Key Algorithms](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#symmetric-key-algorithms) + * [Asymmetric Key Algorithms](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#asymmetric-key-algorithms) +* [How does the PyKMIP server handle client identity and authentication?](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#how-does-the-pykmip-server-handle-client-identity-and-authentication) +* [How does the PyKMIP server manage access control for the keys and objects it stores?](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#how-does-the-pykmip-server-manage-access-control-for-the-keys-and-objects-it-stores) +* [What built-in operation policies does the PyKMIP server support?](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#what-built-in-operation-policies-does-the-pykmip-server-support) + * [`default` policy](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#default-policy) + * [`public` policy](https://github.com/OpenKMIP/PyKMIP/wiki/FAQ#public-policy) + +*** ### What algorithms are available for creating symmetric encryption keys? For asymmetric encryption keys (i.e., key pairs)?