Fixed get instance for setting client.
[platform/framework/native/appfw.git] / inc / FSecCryptoIHmac.h
old mode 100644 (file)
new mode 100755 (executable)
index 5f57983..b8e4c77
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -324,7 +323,7 @@ public:
        virtual result SetKey(const Tizen::Security::ISecretKey& key) = 0;
 
        /**
-        *      Gets the HMAC with the given input.
+        *      Gets the HMAC with a given input.
         *
         *      @since                  2.0
         *
@@ -342,7 +341,7 @@ public:
        virtual Tizen::Base::ByteBuffer* GetHmacN(const Tizen::Base::ByteBuffer& input) const = 0;
 
        /**
-        *      Initializes the multiple-part HMAC operation.
+        *      Initializes a multiple-part HMAC operation.
         *
         *      @since          2.0
         *