Merge "Update doxygen of Text." into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSecCryptoRsaSignature.h
old mode 100644 (file)
new mode 100755 (executable)
index f258984..eb60157
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -99,7 +98,7 @@ public:
 
        /**
         *      Signs the data. @n
-        *      This API only supports sha1withRsa for signing the data
+        *      The %SignN() method only supports sha1withRsa for signing the data
         *      @since          2.0
         *
         *      @return         A pointer to the Tizen::Base::ByteBuffer class that contains the output, @n
@@ -118,7 +117,7 @@ public:
 
        /**
         *      Signs the data. @n
-        *      This API provides the additional option to developer for setting digest algorithm that is needed for signing the data
+        *      The %SignN() method provides the additional option to developer for setting digest algorithm that is needed for signing the data
         *
         *      @since          2.0
         *
@@ -142,7 +141,7 @@ public:
        /**
         *      Verifies the data. @n
         *      The verification is done by comparing the @c signedData to the signature created by the @c data. @
-        *      This API only supports sha1withRsa for verifying the signed data
+        *      The %Verify() method only supports sha1withRsa for verifying the signed data
         *
         *      @since          2.0
         *
@@ -164,7 +163,7 @@ public:
        /**
         *      Verifies the data. @n
         *      The verification is done by comparing the @c signedData to the signature created by the @c data. @n
-        *      This API provides the additional option to developer for setting digest algorithm that is needed for verifying the signed data
+        *      The %Verify() method provides the additional option to developer for setting digest algorithm that is needed for verifying the signed data
         *
         *      @since          2.0
         *