2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
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
8 // http://www.apache.org/licenses/LICENSE-2.0
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.
19 * @brief This is the header file for the %Cert namespace.
21 * This header file contains the declarations and descriptions of the %Cert namespace.
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>
37 * @namespace Tizen::Security::Cert
38 * @brief This namespace contains classes and interfaces for managing the X.509 digital certificate.
41 * @remarks @b Header @b %file: @b \#include @b <FSecurity.h> @n
42 * @b Library : @b osp-appfw
44 * The %Cert namespace contains classes and interfaces for managing certificates, by getting information from security certificates and validating their paths. @n
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>.
48 * The following diagram illustrates the relationships between the classes belonging to the %Cert namespace.
49 * @image html security_cert_classdiagram.png
52 namespace Tizen { namespace Security { namespace Cert
55 } } } //Tizen::Security::Cert
57 #endif // _FSEC_CERT_H_