Remove const keyword of value parameter
authorjc815.lee <jc815.lee@samsung.com>
Mon, 5 Aug 2013 06:13:12 +0000 (15:13 +0900)
committerjc815.lee <jc815.lee@samsung.com>
Tue, 6 Aug 2013 23:41:56 +0000 (08:41 +0900)
[model] RSA
[binary_type]
[customer]
[issue#]
[problem]
[cause]
[solution]
[team]
[request]
[horizontal_expansion]

Change-Id: I7fd31de40f2cd5dd87ec95c81ac9c05f1a8022fa
Signed-off-by: jc815.lee <jc815.lee@samsung.com>
inc/FSecKeyPairGenerator.h
inc/FSecPkcsPkcs08AttributeValue.h

index 1dc111e..56195de 100755 (executable)
@@ -94,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
index 7977c8f..2333152 100755 (executable)
@@ -86,7 +86,7 @@ public:
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         */
-       result Construct(const Tizen::Base::ByteBuffer& value, const Pkcs08TagValue tag);
+       result Construct(const Tizen::Base::ByteBuffer& value, Pkcs08TagValue tag);
 
        /**
         * Gets a reference to Tizen::Base::ByteBuffer that contains the attribute value.