X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=inc%2FFSecAesSecureRandom.h;h=f49b0f667de86fea63efbc24d1a1444022e170df;hb=fdf5072507c9670d32f378f0a7dbd24ab7bd6b49;hp=03641ac37f1b077e4ed267b9656312dd71efe3f4;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSecAesSecureRandom.h b/inc/FSecAesSecureRandom.h index 03641ac..f49b0f6 100644 --- a/inc/FSecAesSecureRandom.h +++ b/inc/FSecAesSecureRandom.h @@ -15,7 +15,7 @@ // /** - * @file FSecAesSecureRandom.h + * @file FSecAesSecureRandom.h * @brief This is the header file for the %AesSecureRandom class. * * This header file contains the declarations of the %AesSecureRandom class. @@ -70,12 +70,12 @@ public: * @since 2.0 * * @return A pointer to the Tizen::Base::ByteBuffer class, @n - * else @c null if an error occurs + * else @c null if an error occurs * @param[in] numBytes The number of random bytes to generate * @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. + * @exception E_SYSTEM A system error has occurred. * @remarks The specific error code can be accessed using the GetLastResult() method. */ virtual Tizen::Base::ByteBuffer* GenerateRandomBytesN(int numBytes);