Add IPC sync result for SerialPort::Write()
[platform/framework/native/appfw.git] / inc / FSecKeaKeyParameters.h
index 053cb79..2c9e7d4 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -103,17 +102,17 @@ class _OSP_EXPORT_ KeaKeyParameters
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, @n
-        * the Construct() method must be called right after calling this constructor.
+        *      The object is not fully constructed after this constructor is called. For full construction, @n
+        *      the Construct() method must be called right after calling this constructor.
         *
-        *      @since      2.0
+        *      @since          2.0
         */
        KeaKeyParameters(void);
 
        /**
-        * This destructor overrides Tizen::Base::Object::~Object().
+        *      This destructor overrides Tizen::Base::Object::~Object().
         *
-        *      @since      2.0
+        *      @since          2.0
         */
        virtual ~KeaKeyParameters(void);
 
@@ -123,12 +122,12 @@ public:
         *      @since          2.0
         *
         *      @return         An error code
-        *      @param[in]      primeNumber                             The prime number to instantiate
-        *      @param[in]      generatorNumber                 The generator value to instantiate
-        *      @param[in]      privateKeySize                  The size of the private key to instantiate
-        *      @exception      E_SUCCESS                               The method is successful.
-        *      @exception      E_INVALID_ARG                   A specified input parameter is invalid.
-        *      @exception      E_OUT_OF_MEMORY                 The memory is insufficient.
+        *      @param[in]      primeNumber                     The prime number to instantiate
+        *      @param[in]      generatorNumber         The generator value to instantiate
+        *      @param[in]      privateKeySize          The size of the private key to instantiate
+        *      @exception      E_SUCCESS                       The method is successful.
+        *      @exception      E_INVALID_ARG           A specified input parameter is invalid.
+        *      @exception      E_OUT_OF_MEMORY         The memory is insufficient.
         *
         */
        result Construct(const Tizen::Base::ByteBuffer& primeNumber, const Tizen::Base::ByteBuffer& generatorNumber, int privateKeySize);
@@ -141,7 +140,7 @@ public:
         *      @return         A pointer to the Tizen::Base::ByteBuffer class that contains the parameter values, @n
         *                              else @c null if an error occurs
         *      @param[in]      paramType                       The parameter type @n
-        *                                                                              For example, @c KEY_PARAMETER_KEA_P.
+        *                                                                      For example, @c KEY_PARAMETER_KEA_P.
         *      @exception      E_SUCCESS                       The method is successful.
         *      @exception      E_OUT_OF_MEMORY         The memory is insufficient.
         *      @exception      E_UNSUPPORTED_TYPE      The specified @c paramType is not supported.