Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FSecISecretKey.h
index d6b0601..936590a 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);
@@ -16,7 +15,7 @@
 //
 
 /**
- * @file                       FSecISecretKey.h
+ * @file               FSecISecretKey.h
  * @brief              This is the header file for the %ISecretKey interface.
  *
  * This header file contains the declarations of the %ISecretKey interface.
@@ -32,11 +31,13 @@ namespace Tizen { namespace Security
 
 /**
  * @interface  ISecretKey
- * @brief               This interface provides methods that help in setting the buffer for the key. These methods also extract the encoding format of the key.
+ * @brief              This interface provides methods that help in setting the buffer for the key. These methods also extract 
+ *                             the encoding format of the key.
  *
  * @since              2.0
  *
- * The %ISecretKey interface provides methods that help in setting the buffer for the key. These methods also extract the encoding format of the key. @n
+ * The %ISecretKey interface provides methods that help in setting the buffer for the key. These methods also extract the 
+ * encoding format of the key. @n
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/security/key_mgmt_and_csprng.htm">Key Management and CSPRNG</a>.
  *
@@ -47,8 +48,8 @@ class _OSP_EXPORT_ ISecretKey
 
 public:
        /**
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes @n
-        * are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n 
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since               2.0
         */
@@ -72,7 +73,7 @@ public:
         *                              else @c null if an error occurs
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OUT_OF_MEMORY                 The memory is insufficient.
-        * @remarks     The specific error code can be accessed using the GetLastResult() method.
+        * @remarks             The specific error code can be accessed using the GetLastResult() method.
         */
        virtual Tizen::Base::ByteBuffer* GetEncodedN(void) const = 0;