Remove dead code in Locales.
[platform/framework/native/appfw.git] / inc / FSecCryptoISymmetricCipher.h
index 4cd16a0..d6108e4 100644 (file)
@@ -379,8 +379,9 @@ public:
         *      @exception      E_SYSTEM                                A system error has occurred. @n
         *                                                                              The method has failed to operate with the openssl library, or
         *                                                                              the Tizen::Base::ByteBuffer operation has failed.
-        *      @remarks                The specific error code can be accessed using the GetLastResult() method.
-        *      @remarks                This operation is only supported in AesCipher.
+        *      @remarks                
+        *                      - The specific error code can be accessed using the GetLastResult() method.
+        *                      - This operation is only supported in AesCipher.
         */
        virtual Tizen::Base::ByteBuffer* WrapN(const Tizen::Base::ByteBuffer& secretKey) = 0;
 
@@ -400,8 +401,9 @@ public:
         *      @exception      E_SYSTEM                                A system error has occurred. @n
         *                                                                              The method has failed to operate with the openssl library, or
         *                                                                              the Tizen::Base::ByteBuffer operation has failed.
-        *      @remarks                The specific error code can be accessed using the GetLastResult() method.
-        *      @remarks                This operation is only supported in AesCipher.
+        *      @remarks                
+        *                      - The specific error code can be accessed using the GetLastResult() method.
+        *                      - This operation is only supported in AesCipher.
         */
        virtual Tizen::Base::ByteBuffer* UnwrapN(const Tizen::Base::ByteBuffer& wrappedKey) = 0;