Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FSecCertICertificatePath.h
index fa818f9..5df9bac 100644 (file)
@@ -213,6 +213,10 @@ public:
 
        /**
         *  Adds a certificate to the certificate chain.
+        *  The order of certificates should be as follows: @n
+        *  1. User certificate.
+        *  2. Intermediate certificate.
+        *  3. Root CA certificate.
         *
         *      @since          2.0
         *
@@ -296,7 +300,7 @@ public:
         *      @exception      E_SUCCESS                       The method is successful.
         *      @exception      E_OUT_OF_MEMORY         The memory is insufficient.
         *      @exception      E_INVALID_ARG           The value of the specified @c nth is out of the valid range. @n
-        *                                                                      It must be less than GetLength().
+        *                                                                      It must be less than the value retrieved by the GetLength() method.
         *      @exception      E_OBJ_NOT_FOUND         The certificate is not found.
         *      @exception      E_SYSTEM                        A system error has occurred. @n
         *                                                                      The certificate list is empty.