Merge "[DCM-1209]if path is empty, query can not be set." into tizen_2.1
[platform/framework/native/appfw.git] / inc / FSecPkcs.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2013 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                FSecPkcs.h
20  * @brief               This is the header file for the %Pkcs namespace.
21  *
22  * This header file contains the declarations of the %Pkcs namespace.
23  *
24  */
25 #ifndef _FSEC_PKCS_H_
26 #define _FSEC_PKCS_H_
27
28 #include <FSecPkcsAlgorithmIdentifier.h>
29 #include <FSecPkcsIAlgorithmParameters.h>
30 #include <FSecPkcsPkcs05PbMacParameters.h>
31 #include <FSecPkcsPkcs05PbEs2Parameters.h>
32 #include <FSecPkcsPkcs05PbKdf2Parameters.h>
33 #include <FSecPkcsRc2CbcParameters.h>
34 #include <FSecPkcsInitialVector.h>
35 #include <FSecPkcsTypes.h>
36 #include <FSecPkcsPkcs05Schemes.h>
37 #include <FSecPkcsPkcs08PrivateKeyInfo.h>
38 #include <FSecPkcsPkcs08EncryptedPrivateKeyInfo.h>
39 #include <FSecPkcsPkcs08Attribute.h>
40 #include <FSecPkcsPkcs08AttributeValue.h>
41
42 /**
43  * @namespace   Tizen::Security::Pkcs
44  * @brief               This namespace contains classes and interfaces for managing the PKCS 5 and 8 implementation.
45  * @since               2.1
46  *
47  * @remarks             @b Header @b %file: @b \#include @b <FSecurity.h> @n
48  *                              @b Library : @b osp-appfw
49  *
50  *
51  *      The %Pkcs namespace provides classes and interfaces for managing PKCS 5 and 8 implementation.
52  *      It provides a mechanism for password based key derivation, encryption/decryption @n
53  *      mac genaration/verification.
54  *      It also provides a standard format to store private key and encrypted private key.
55  *
56  *       For more information on the %Pkcs namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/security/public_key_cryptography.htm">Pkcs Guide</a>. @n
57  *
58  *      The following diagram illustrates the relationships between the classes belonging to the %Pkcs namespace.
59  *      @image html security_pkcs_classdiagram.png
60  *
61  */
62
63 namespace Tizen { namespace Security { namespace Pkcs
64 {
65
66 } } } //Tizen::Security::Pkcs
67
68 #endif // _FSEC_PKCS_H_