From a874bc172d7bec8e415bd9f587bd5099ce1afd11 Mon Sep 17 00:00:00 2001 From: "jc815.lee" Date: Mon, 5 Aug 2013 15:13:12 +0900 Subject: [PATCH] Remove const keyword of value parameter [model] RSA [binary_type] [customer] [issue#] [problem] [cause] [solution] [team] [request] [horizontal_expansion] Change-Id: I7fd31de40f2cd5dd87ec95c81ac9c05f1a8022fa Signed-off-by: jc815.lee --- inc/FSecKeyPairGenerator.h | 2 +- inc/FSecPkcsPkcs08AttributeValue.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/FSecKeyPairGenerator.h b/inc/FSecKeyPairGenerator.h index 1dc111e..56195de 100755 --- a/inc/FSecKeyPairGenerator.h +++ b/inc/FSecKeyPairGenerator.h @@ -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 diff --git a/inc/FSecPkcsPkcs08AttributeValue.h b/inc/FSecPkcsPkcs08AttributeValue.h index 7977c8f..2333152 100755 --- a/inc/FSecPkcsPkcs08AttributeValue.h +++ b/inc/FSecPkcsPkcs08AttributeValue.h @@ -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. -- 2.7.4