Merge "Modify RegisterAppLaunch condition guide" into devel_3.0_main
[platform/framework/native/appfw.git] / inc / FSecPkcsPkcs05PbKdf2Parameters.h
index 2a8d1eb..a04945b 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -103,7 +102,7 @@ public:
         * @param[in]   derivedKeyLength                Positive integer specifying length of password based key to generate
         * @exception   E_SUCCESS                                               The method is successful.
         * @exception   E_INVALID_ARG                           The specified input parameter is invalid.
-        * @remark              In this case, when pseudo random function algorithm is not passed, then default HMAC-SHA1 will be used.
+        * @remarks             In this case, when pseudo random function algorithm is not passed, then default HMAC-SHA1 will be used.
         */
        result Construct(const Tizen::Base::ByteBuffer& saltBuffer, int iterationCount, int derivedKeyLength = 0);