Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecCryptoTypes.h
index cea9ffd..f8e4837 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -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 */