X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSecCryptoIKeyExchange.h;h=5a7aeba62164c97224126d79a28d23eef2494b0e;hb=9646d95c0666d24d94fdefeedf94c951b9d6c812;hp=fdcfc879d19e2896c09d0f742cf684c55f643aa2;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSecCryptoIKeyExchange.h b/inc/FSecCryptoIKeyExchange.h index fdcfc87..5a7aeba 100644 --- a/inc/FSecCryptoIKeyExchange.h +++ b/inc/FSecCryptoIKeyExchange.h @@ -48,8 +48,8 @@ class _OSP_EXPORT_ IKeyExchange public: /** - * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes @n - * are called when the destructor of this interface is called. + * This polymorphic destructor should be overridden if required. @n + * This way, the destructors of the derived classes are called when the destructor of this interface is called. * * @since 2.0 */ @@ -61,7 +61,7 @@ public: * @since 2.0 * * @return An error code - * @param[in] keyParameters The domain parameters of the key exchange algorithm that needs to instantiate + * @param[in] keyParameters The domain parameters of the key exchange algorithm * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @exception E_OUT_OF_MEMORY The memory is insufficient. @@ -81,9 +81,10 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. * @exception E_OUT_OF_MEMORY The memory is insufficient. - * @exception E_SYSTEM A system error has occurred. @n - * The method has failed to operate with the openssl library, or - * the Tizen::Base::ByteBuffer operation has failed. + * @exception E_SYSTEM Either of the following conditions has occurred: + * - A system error has occurred. + * - The method has failed to operate with the OpenSSL library. + * - The Tizen::Base::ByteBuffer operation has failed. * @remarks The specific error code can be accessed using the GetLastResult() method. */ virtual Tizen::Base::ByteBuffer* GenerateSecretN(Tizen::Security::IPrivateKey& privateKey, Tizen::Security::IPublicKey& publicKey) = 0;