Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecCryptoTypes.h
old mode 100644 (file)
new mode 100755 (executable)
index 797ac11..f8e4837
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -19,7 +18,7 @@
  * @file               FSecCryptoTypes.h
  * @brief              This is the header file that defines the different enumerations.
  *
- * This is the header file that defines the different enumerations that can be used for cryptography.
+ * This header file defines the different enumerations that can be used for cryptography.
  */
 #ifndef _FSEC_CRYPTO_TYPES_H_
 #define _FSEC_CRYPTO_TYPES_H_
@@ -29,19 +28,19 @@ namespace Tizen { namespace Security { namespace Crypto
 {
 
 /**
- * @enum CipherOperation
+ * @enum       CipherOperation
  *
  * Defines the cipher operation.
  *
- * @since              2.0
+ * @since      2.0
  */
 
 enum CipherOperation
 {
-       CIPHER_ENCRYPT = 0,             /**<The encrypt mode */
-       CIPHER_DECRYPT = 1,             /**<The decrypt mode */
-       CIPHER_WRAP = 2,                /**<The wrap mode */
-       CIPHER_UNWRAP = 3               /**<The unwrap mode */
+       CIPHER_ENCRYPT = 0,             /**< The encrypt mode */
+       CIPHER_DECRYPT = 1,             /**< The decrypt mode */
+       CIPHER_WRAP = 2,                /**< The wrap mode */
+       CIPHER_UNWRAP = 3               /**< The unwrap mode */
 };  // CipherOperation
 
 } } } //Tizen::Security:Crypto
@@ -51,16 +50,16 @@ namespace Tizen { namespace Security
 {
 
 /**
- * @enum    KeyParameterType
+ * @enum       KeyParameterType
  *
  * Defines the type of key parameters for asymmetric algorithms.
  *
- * @since              2.0
+ * @since      2.0
  */
 enum KeyParameterType
 {
-       KEY_PARAMETER_DH_P = 0,                             /**< The DH param P */
-       KEY_PARAMETER_DH_G = 1,                             /**< The DH param G */
+       KEY_PARAMETER_DH_P = 0,                             /**< The DH param P */
+       KEY_PARAMETER_DH_G = 1,                             /**< The DH param G */
        KEY_PARAMETER_DH_PRIVATE_KEY_SIZE = 2,              /**< The DH private key size */
        KEY_PARAMETER_KEA_P = 3,                            /**< The KEA param P */
        KEY_PARAMETER_KEA_G = 4,                            /**< The KEA param G */