Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecDesSecureRandom.h
index 7ee4bee..1fde2fb 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -36,10 +35,10 @@ namespace Tizen { namespace Security
  *
  *     @since          2.0
  *
- *  The %DesSecureRandom class generates a secure random object that can be used to seed deterministic, cryptographic algorithms.
- *  The DES method generates a user-defined number of random bytes. @n
+ *     The %DesSecureRandom class generates a secure random object that can be used to seed deterministic, cryptographic algorithms.
+ *     The DES method generates a user-defined number of random bytes. @n
  *
- * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/security/key_mgmt_and_csprng.htm">Key Management and CSPRNG</a>.
+ *     For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/security/key_mgmt_and_csprng.htm">Key Management and CSPRNG</a>.
  *
  *     @see    ISecureRandom
  *     @see    AesSecureRandom
@@ -54,21 +53,21 @@ public:
        /**
         *      This is the default constructor for this class.
         *
-        * @since       2.0
+        *      @since          2.0
         */
        DesSecureRandom(void);
 
        /**
-        * This destructor overrides Tizen::Base::Object::~Object().
+        *      This destructor overrides Tizen::Base::Object::~Object().
         *
-        * @since       2.0
+        *      @since          2.0
         */
        virtual ~DesSecureRandom(void);
 
        /**
-        *      Generates a user-specified number of random bytes.
+        *      Generates a user-defined number of random bytes.
         *
-        *      @since           2.0
+        *      @since          2.0
         *
         *      @return         A pointer to the Tizen::Base::ByteBuffer class, @n
         *                                      else @c null if an error occurs
@@ -76,8 +75,8 @@ public:
         *      @exception      E_SUCCESS                               The method is successful.
         *      @exception      E_OUT_OF_MEMORY                 The memory is insufficient.
         *      @exception      E_INVALID_ARG                   The specified @c numBytes is @c 0 or negative.
-        *  @exception  E_SYSTEM                                A system error has occurred. @n
-        *                                      The Tizen::Base::ByteBuffer operation has failed.
+        *      @exception      E_SYSTEM                                A system error has occurred. @n
+        *                                                                              The Tizen::Base::ByteBuffer operation has failed.
         */
        virtual Tizen::Base::ByteBuffer* GenerateRandomBytesN(int numBytes);