Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecIPrivateKey.h
index b0649a4..bfc0704 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               FSecIPrivateKey.h
+ * @file       FSecIPrivateKey.h
  * @brief      This is the header file for the %IPrivateKey interface.
  *
  * This header file contains the declarations of the %IPrivateKey interface.
@@ -47,24 +46,24 @@ class _OSP_EXPORT_ IPrivateKey
 
 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
+        * @since               2.0
         */
        virtual ~IPrivateKey(void){}
 
        /**
-        * Gets the name of the primary encoding format of a key.
+        * Gets the name of the primary encoding format of the key.
         *
         * @since               2.0
         *
-        * @return              The primary encoding format of a key
+        * @return              The primary encoding format of the key
         */
        virtual Tizen::Base::String GetFormat(void) const = 0;
 
        /**
-        * Gets a private key in its primary encoding format.
+        * Gets the private key in its primary encoding format.
         *
         * @since               2.0
         *
@@ -72,7 +71,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;