sync with tizen_2.0
[platform/framework/native/appfw.git] / inc / FSecurity.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                FSecurity.h
20  * @brief               This is the header file for the %Security namespace.
21  *
22  * This header file contains the declarations of the %Security namespace.
23  *
24  */
25 #ifndef _FSECURITY_H_
26 #define _FSECURITY_H_
27
28 #include "FSecAesSecureRandom.h"
29 #include "FSecDesEdeSecureRandom.h"
30 #include "FSecDesSecureRandom.h"
31 #include "FSecIKey.h"
32 #include "FSecIKeyPairGenerator.h"
33 #include "FSecIPrivateKey.h"
34 #include "FSecIPublicKey.h"
35 #include "FSecISecretKey.h"
36 #include "FSecISecretKeyGenerator.h"
37 #include "FSecISecureRandom.h"
38 #include "FSecKeyPair.h"
39 #include "FSecKeyPairGenerator.h"
40 #include "FSecPrivateKey.h"
41 #include "FSecPublicKey.h"
42 #include "FSecSecretKey.h"
43 #include "FSecSecretKeyGenerator.h"
44 #include "FSecIKeyParameters.h"
45 #include "FSecCryptoIKeyExchange.h"
46 #include "FSecCryptoKeaKeyExchange.h"
47 #include "FSecCryptoDhKeyExchange.h"
48 #include "FSecKeaKeyParameters.h"
49 #include "FSecDhKeyParameters.h"
50 #include "FSecCrypto.h"
51 #include "FSecCert.h"
52
53
54 /**
55  * @namespace   Tizen::Security
56  * @brief               This namespace contains classes and interfaces for security services.
57  *
58  * @since   2.0
59  *
60  * @remarks             @b Header @b %file: @b \#include @b <FSecurity.h> @n
61  *                              @b Library : @b osp-appfw
62  *
63  *
64  * The %Security namespace contains classes for
65  * managing certificates, cryptographic keys, signatures, and for generating pseudo-random numbers. @n
66  *
67  * For more information on the %Security namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/security/security_namespace.htm">Security Guide</a>. @n
68  *
69  * The following diagram illustrates the relationships between the classes and sub-namespaces belonging to the %Security namespace.
70  * @image html security_classdiagram.png
71  *
72  */
73 namespace Tizen { namespace Security
74 {
75
76 } } //Tizen::Security
77
78 #endif // _FSECURITY_H_