removed redundant code
[platform/framework/native/appfw.git] / inc / FSecKeyPairGenerator.h
index 5310053..56195de 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -95,7 +94,7 @@ public:
         *                                                      The modulus size must be at least greater than or equal to @c 1024 bits @n
         *                                                      to generate cryptographically secure keys.
         */
-       result Construct(int modulusBitSize, const Tizen::Base::String algorithm);
+       result Construct(int modulusBitSize, Tizen::Base::String algorithm);
 
        /**
         *      Generates the key parameters based on the underlying key pair algorithm. @n