Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FSecKeyPair.h
index 1496d48..42c8e30 100644 (file)
@@ -33,18 +33,19 @@ namespace Tizen { namespace Security
 {
 
 /**
- *  @class             KeyPair
- *  @brief             This class is a simple holder for a key pair (a public and a private key).
+ *     @class          KeyPair
+ *     @brief          This class is a simple holder for a key pair (a public and a private key).
  *
- *  @since             2.0
+ *     @since          2.0
  *
- *  The %KeyPair class manages a pair of keys comprising of a public and a private key, which are used in asymmetric ciphers. The key pairs are mainly used to encrypt messages and provide digital signatures. @n
+ *     The %KeyPair class manages a pair of keys comprising of a public and a private key, which are used in asymmetric ciphers. 
+ *     The key pairs are mainly used to encrypt messages and provide digital signatures. @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>.
  *
- *  @see       IKeyPairGenerator
- *  @see       Tizen::Security::IPublicKey
- *  @see       Tizen::Security::IPrivateKey
+ *     @see    IKeyPairGenerator
+ *     @see    Tizen::Security::IPublicKey
+ *     @see    Tizen::Security::IPrivateKey
  */
 class _OSP_EXPORT_ KeyPair
        : public Tizen::Base::Object