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