X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSecCertICertificatePath.h;h=5df9bac8f9c48cb35b34c237313329b15153172f;hb=e384e080132b4e5a587116a6a6f5380a295b5018;hp=881c656a232fae5c5737502a2363840dab5250fc;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSecCertICertificatePath.h b/inc/FSecCertICertificatePath.h index 881c656..5df9bac 100644 --- a/inc/FSecCertICertificatePath.h +++ b/inc/FSecCertICertificatePath.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -214,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 * @@ -297,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.