a7f68db4813db95afcd9362f9b8aab1084d8246c
[platform/framework/native/appfw.git] / inc / FSecCert.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                        FSecCert.h
20  * @brief               This is the header file for the %Cert namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Cert namespace.
23  */
24 #ifndef _FSEC_CERT_H_
25 #define _FSEC_CERT_H_
26
27 #include <FSecCertICertificate.h>
28 #include <FSecCertICertificatePath.h>
29 #include <FSecCertICertificateSelector.h>
30 #include <FSecCertICertificateStore.h>
31 #include <FSecCertX509Certificate.h>
32 #include <FSecCertX509CertificatePath.h>
33 #include <FSecCertX509CertificateSelector.h>
34 #include <FSecCertX509CertificateStore.h>
35
36
37 /**
38  * @namespace   Tizen::Security::Cert
39  * @brief               This namespace contains classes and interfaces for managing the X.509 digital certificate.
40  * @since               2.0
41  *
42  * @remarks             @b Header @b %file: @b \#include @b <FSecurity.h> @n
43  *                              @b Library : @b osp-appfw
44  *
45  * The %Cert namespace contains classes and interfaces for managing certificates, by getting information from security certificates and validating their paths. @n
46  *
47  * For more information on the %Cert namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/security/certificate_namespace.htm">Cert Guide</a>.
48  *
49  * The following diagram illustrates the relationships between the classes belonging to the %Cert namespace.
50  * @image html security_cert_classdiagram.png
51  *
52  */
53 namespace Tizen { namespace Security { namespace Cert
54 {
55
56 } } } //Tizen::Security::Cert
57
58 #endif // _FSEC_CERT_H_