Merge "Fix duplicated alarms." into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSecKeyPairGenerator.h
old mode 100644 (file)
new mode 100755 (executable)
index 150b20e..56195de
@@ -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
@@ -136,7 +135,7 @@ public:
         *                                                                              These parameters are instantiated.
         *      @exception      E_SUCCESS                               The method is successful.
         *      @exception      E_OUT_OF_MEMORY                 The memory is insufficient.
-        *      @exception      E_SYSTEM                                The method cannot proceed due to a severe system error.@n
+        *      @exception      E_SYSTEM                                The method cannot proceed due to a severe system error. @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.
         */