Remove dead code in Locales.
[platform/framework/native/appfw.git] / inc / FSecCryptoISymmetricCipher.h
index bf03adc..d6108e4 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);
@@ -380,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;
 
@@ -401,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;