704a82ea3b7de1f103ff6936cd98d5db4a75f4bb
[platform/framework/native/appfw.git] / inc / FSecCert.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Apache License, Version 2.0 (the License);
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //     http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16
17 /**
18  * @file                        FSecCert.h
19  * @brief               This is the header file for the %Cert namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Cert namespace.
22  */
23 #ifndef _FSEC_CERT_H_
24 #define _FSEC_CERT_H_
25
26 #include <FSecCertICertificate.h>
27 #include <FSecCertICertificatePath.h>
28 #include <FSecCertICertificateSelector.h>
29 #include <FSecCertICertificateStore.h>
30 #include <FSecCertX509Certificate.h>
31 #include <FSecCertX509CertificatePath.h>
32 #include <FSecCertX509CertificateSelector.h>
33 #include <FSecCertX509CertificateStore.h>
34
35
36 /**
37  * @namespace   Tizen::Security::Cert
38  * @brief               This namespace contains classes and interfaces for managing the X.509 digital certificate.
39  * @since               2.0
40  *
41  * @remarks             @b Header @b %file: @b \#include @b <FSecurity.h> @n
42  *                              @b Library : @b osp-appfw
43  *
44  * The %Cert namespace contains classes and interfaces for managing certificates, by getting information from security certificates and validating their paths. @n
45  *
46  * For more information on the %Cert namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/security/certificate_namespace.htm">Cert Guide</a>.
47  *
48  * The following diagram illustrates the relationships between the classes belonging to the %Cert namespace.
49  * @image html security_cert_classdiagram.png
50  *
51  */
52 namespace Tizen { namespace Security { namespace Cert
53 {
54
55 } } } //Tizen::Security::Cert
56
57 #endif // _FSEC_CERT_H_