summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaciej J. Karpiuk <m.karpiuk2@samsung.com>2014-10-28 15:43:17 +0100
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>2015-02-17 11:00:03 +0100
commitd45491bb085aa8d5665c7e5b533a16974975f9bb (patch)
tree4ab7ffb0d94c91a692e775cccfacbbe426ed85c2 /doc
parent11a0d3c4490474e1fff622098a2fe3153af97271 (diff)
downloadkey-manager-d45491bb085aa8d5665c7e5b533a16974975f9bb.tar.gz
key-manager-d45491bb085aa8d5665c7e5b533a16974975f9bb.tar.bz2
key-manager-d45491bb085aa8d5665c7e5b533a16974975f9bb.zip
Split alias at server side into pair name and label.
Change-Id: I5cbe62ee49042449127218a95f82db9b59105a73
Diffstat (limited to 'doc')
-rw-r--r--doc/key-manager_doc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/key-manager_doc.h b/doc/key-manager_doc.h
index 1988669a..81e29796 100644
--- a/doc/key-manager_doc.h
+++ b/doc/key-manager_doc.h
@@ -70,6 +70,13 @@
* - If the owner grants the access to other applications, those applications can read or delete the data from key-manager DB.
* - When an application is deleted, the data and access control information granted by the application are also removed.
*
+ * Alias Format
+ * - The format of alias is "package_id name".
+ * - If package_id is not provided by a client, the key-manager will add the package_id of the client to the name internally.
+ * - The client can specify only its own package id in the alias when storing a key, certificate, or data.
+ * - A client should specify the package id of the owner in the alias to retrieve a a key, certificate, or data shared by other applications.
+ * - Aliases are returned as the format of "package_id name" from the key-manager.
+ *
*/
#endif /* __TIZEN_CORE_KEY_MANAGER_DOC_H__ */