Merge "Apply reviewed doxygen header" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSecPkcsPkcs08AttributeValue.h
index 64d36a5..186bad4 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -62,14 +61,14 @@ public:
        virtual ~Pkcs08AttributeValue(void);
 
        /**
-        * Initializes this instance of %Pkcs08AttributeValue with the Tizen::Base::ByteBuffer that contains the AttributeValue @n
-        * (contain tag, that is, Ans1_Type and the value).
+        * Initializes this instance of %Pkcs08AttributeValue with the specified Tizen::Base::ByteBuffer that contains the AttributeValue @n
+        * (contains tag, that is, Ans1_Type and the value).
         *
         * @since               2.1
         *
         * @return              An error code
         * @param[in]   encodedData                             The DER encoded Tizen::Base::ByteBuffer of AttributeValue
-        * @exception   E_SUCCESS                                       The method is successful.
+        * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_INVALID_ARG                   The specified input parameter is invalid.
         */
        result Construct(const Tizen::Base::ByteBuffer& encodedData);
@@ -82,19 +81,19 @@ public:
         *
         * @return              An error code
         * @param[in]   value                                   An instance of Tizen::Base::ByteBuffer holding raw value
-        * @param[in]   tag                                             A tag holding the tag type @n This tag number is assigned by ASN1 standards for @n
-        *                                                                                                      basic data types.
+        * @param[in]   tag                                             A tag holding the tag type @n This tag number is assigned by ASN1 standards for 
+        *                                                                              basic data types.
         * @exception   E_SUCCESS                               The method is successful.
-        * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @exception   E_INVALID_ARG                   A specified input parameter is invalid.
         */
-       result Construct(const Tizen::Base::ByteBuffer& value, const Pkcs08TagValue tag);
+       result Construct(const Tizen::Base::ByteBuffer& value, Pkcs08TagValue tag);
 
        /**
-        * Gets a reference to Tizen::Base::ByteBuffer that contains the attribute value.
+        * Gets a reference to the Tizen::Base::ByteBuffer instance that contains the attribute value.
         *
         * @since               2.1
         *
-        * @return              A reference to Tizen::Base::ByteBuffer containing raw value
+        * @return              An instance of Tizen::Base::ByteBuffer containing raw value
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
         */
        const Tizen::Base::ByteBuffer& GetValue(void) const;
@@ -115,8 +114,8 @@ public:
         *
         * @since               2.1
         *
-        * @return              A pointer to the Tizen::Base::ByteBuffer class that contains the output, @n
-        *                                              else @c null if an error occurs
+        * @return              A pointer to the Tizen::Base::ByteBuffer instance that contains the output, @n
+        *                              else @c null if an error occurs
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_SYSTEM                                The method cannot proceed due to a severe system error.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.