tizen 2.4 release
[framework/security/key-manager.git] / doc / key-manager_doc.h
similarity index 92%
rename from doc/mobile/key-manager_doc.h
rename to doc/key-manager_doc.h
index 9c2723d..81e2979 100644 (file)
@@ -73,9 +73,7 @@
  * 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.
- *   - Alias should not include whitespace except the case of using as delimiter between package_id and name.
- *   - If the client use "package_id name" format of alias when saving something in key-manager, the client should use package_id of the client itself.
-       If the client doesn't, key-manager will return error code related to input parameter error.
+ *   - 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.
  *