Fix doxygen documents about removing restrict mechanism 31/28831/1
authoryuseok.jeon <yuseok.jeon@samsung.com>
Mon, 15 Sep 2014 05:39:13 +0000 (14:39 +0900)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 16 Oct 2014 13:44:10 +0000 (15:44 +0200)
Change-Id: I0ec7aec9549b9f341a80329714371e628dff09cd
Signed-off-by: yuseok.jeon <yuseok.jeon@samsung.com>
doc/key-manager_doc.h
src/include/ckmc/ckmc-manager.h

index b12bb7a..bdb158e 100644 (file)
@@ -45,9 +45,6 @@
  *
  * Data Store Policy:
  *   A client can specify simple access rules when storing a data in Key Manager.
- *   - Restricted/Non-Restricted:
- *     Data stored in Key Manager can be accessed only by its owner if the data is tagged as restricted.
- *     For data tagged as non-restricted, all clients can access the data.
  *   - Exportable/Non-Exportable:
  *     Only for data tagged as exportable, Key Manager returns the raw value of the data.
  *     If data is tagged as non-exportable, Key Manager does not return its raw value. 
index b60085b..fd44619 100644 (file)
@@ -46,7 +46,7 @@ extern "C" {
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks Currently only four types of keys are supported for this API. These are RSA public/private key and ECDSA /private key.
+ * @remarks Currently only four types of keys are supported for this API. These are RSA public/private key and ECDSA public/private key.
  * @remarks key_type in key may be set to #CKMC_KEY_NONE as an input. key_type is determined inside key manager during storing keys.
  * @remarks Some private key files are protected by a password. If raw_key in key read from those encrypted files is encrypted with a password, the password should be provided in the #ckmc_key_s structure.
  * @remarks If password in policy is provided, the key is additionally encrypted with the password in policy.
@@ -112,7 +112,7 @@ int ckmc_remove_key(const char *alias);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks A client can access only data stored by the client and non-restricted data stored by other clients.
+ * @remarks A client can access only data stored by the client.
  * @remarks You must destroy the newly created @a ppkey by calling ckmc_key_free() if it is no longer needed.
  *
  * @param[in] alias     The name of a key to retrieve
@@ -145,7 +145,7 @@ int ckmc_get_key(const char *alias, const char *password, ckmc_key_s **ppkey);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks A client can access only data stored by the client and non-restricted data stored by other clients.
+ * @remarks A client can access only data stored by the client.
  * @remarks You must destroy the newly created @a ppalias_list by calling ckmc_alias_list_all_free() if it is no longer needed.
  *
  * @param[out] ppalias_list  The pointer to a newly created ckmc_alias_list_s handle containing all available alias of keys \n
@@ -239,7 +239,7 @@ int ckmc_remove_cert(const char *alias);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks A client can access only certificate stored by the client and non-restricted certificate stored by other clients.
+ * @remarks A client can access only certificate stored by the client.
  * @remarks You must destroy the newly created @a ppcert by calling ckmc_cert_free() if it is no longer needed.
  *
  * @param[in] alias    The name of a certificate to retrieve
@@ -272,7 +272,7 @@ int ckmc_get_cert(const char *alias, const char *password, ckmc_cert_s **ppcert)
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks A client can access only data stored by the client and non-restricted data stored by other clients.
+ * @remarks A client can access only data stored by the client.
  * @remarks You must destroy the newly created @a ppalias_list by calling ckmc_alias_list_all_free() if it is no longer needed.
  *
  * @param[out] ppalias_list The pointer to a newly created ckmc_alias_list_s handle containing all available alias of keys \n
@@ -365,7 +365,7 @@ int ckmc_remove_data(const char *alias);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks A client can access only data stored by the client and non-restricted data stored by other clients.
+ * @remarks A client can access only data stored by the client.
  * @remarks You must destroy the newly created @a ppdata by calling ckmc_buffer_free() if it is no longer needed.
  *
  * @param[in]  alias     The name of a data to retrieve
@@ -398,7 +398,7 @@ int ckmc_get_data(const char *alias, const char *password, ckmc_raw_buffer_s **p
  * @privlevel public
  * @privilege %http://tizen.org/privilege/keymanager
  *
- * @remarks A client can access only data stored by the client and non-restricted data stored by other clients.
+ * @remarks A client can access only data stored by the client.
  * @remarks You must destroy the newly created @a ppalias_list by calling ckmc_alias_list_all_free() if it is no longer needed.
  *
  * @param[out] ppalias_list The pointer to a newly created ckmc_alias_list_s handle containing all available alias of keys \n