Add IPC sync result for SerialPort::Write()
[platform/framework/native/appfw.git] / inc / FSecPkcsRc2CbcParameters.h
index f10fd76..4147faa 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);
@@ -39,8 +38,8 @@ namespace Tizen { namespace Security { namespace Pkcs
  * @since              2.1
  *
  * The %Rc2CbcParameters class implements the functionalities specified by the Rc2 Cbc mode parameter.
- *                                     This class represents the Rc2 cbc mode parameter for symmetric ciphers RC2.
- *                                     ASN.1 format for RC2-CBC-Parameter ::= SEQUENCE {
+ * This class represents the Rc2 cbc mode parameter for symmetric ciphers RC2.
+ * ASN.1 format for RC2-CBC-Parameter ::= SEQUENCE {
  *                                     rc2ParameterVersion INTEGER OPTIONAL,
  *                                     iv OCTET STRING (SIZE(8)) }
  *
@@ -73,12 +72,12 @@ public:
         * @since               2.1
         *
         * @return              An error code
-        * @param[in]   initialVector                   An instance of Tizen::Base::ByteBuffer containing the initial vector
-        * @param[in]   version                                         An integer value that defines the rc2 cbc parameter version @n
-        *                                                                                                                      As per Pkcs 5 standard, possible values can be 160,120,58, or any value
-        *                                                                                                                      greater than or equal to 256.
-        * @exception   E_SUCCESS                                       The method is successful.
-        * @exception   E_INVALID_ARG                   A specified input parameter is invalid.
+        * @param[in]   initialVector           An instance of Tizen::Base::ByteBuffer containing the initial vector
+        * @param[in]   version                         An integer value that defines the rc2 cbc parameter version @n
+        *                                                                      As per Pkcs 5 standard, possible values can be 160,120,58, or any value
+        *                                                                      greater than or equal to 256.
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         */
        result Construct(const Tizen::Base::ByteBuffer& initialVector, int version = 0);
 
@@ -108,10 +107,10 @@ public:
         * @since               2.1
         *
         * @return              @c true if the specified instance equals the current instance, @n
-        *              else @c false
+        *                              else @c false
         * @param[in]   rhs                                             An instance of %Rc2CbcParameters
         * @exception   E_SUCCESS                               The method is successful.
-        * @exception   E_INVALID_ARG                           The specified input parameter is invalid.
+        * @exception   E_INVALID_ARG                   The specified input parameter is invalid.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
        */
        virtual bool Equals(const Tizen::Base::Object& rhs) const;
@@ -152,7 +151,7 @@ public:
         * @since               2.1
         *
         * @return              A pointer to the DER encoded Tizen::Base::ByteBuffer, @n
-        *                                              else @c null if an error occurs
+        *                              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.