X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSecCryptoRsaCipher.h;h=b0bf9aa43ca349f45df94b2ece6df76b4b326aa9;hb=ebb2ea372f640b8fe09dc5a85abb29bb349508fa;hp=857ef9f801a7500038d69727b9850b3c14c62bb0;hpb=ce380ff0d6dfbf0b1420e0b045f6077f2e124573;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSecCryptoRsaCipher.h b/inc/FSecCryptoRsaCipher.h old mode 100644 new mode 100755 index 857ef9f..b0bf9aa --- a/inc/FSecCryptoRsaCipher.h +++ b/inc/FSecCryptoRsaCipher.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -74,8 +73,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] key An instance of IKey - * Key can be in PEM/DER/PKCS8 format only. + * @param[in] key An instance of IKey @n + * The @c key can be in PEM/DER/PKCS8 format only. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified @c key is invalid. * @exception E_OUT_OF_MEMORY The memory is insufficient. @@ -89,7 +88,7 @@ public: * * @return An error code * @param[in] key An instance of IKey - * Key can be in PEM/DER/X509 public key format only. + * The @c key can be in PEM/DER/X509 public key format only. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified @c key is invalid. * @exception E_OUT_OF_MEMORY The memory is insufficient.