2 // Open Service Platform
3 // Copyright (c) 2013 Samsung Electronics Co., Ltd.
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
9 // http://www.apache.org/licenses/LICENSE-2.0
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.
20 * @brief This is the header file for the %Pkcs namespace.
22 * This header file contains the declarations of the %Pkcs namespace.
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>
43 * @namespace Tizen::Security::Pkcs
44 * @brief This namespace contains classes and interfaces for managing the PKCS 5 and 8 implementation.
47 * @remarks @b Header @b %file: @b \#include @b <FSecurity.h> @n
48 * @b Library : @b osp-appfw
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.
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
58 * The following diagram illustrates the relationships between the classes belonging to the %Pkcs namespace.
59 * @image html security_pkcs_classdiagram.png
63 namespace Tizen { namespace Security { namespace Pkcs
66 } } } //Tizen::Security::Pkcs
68 #endif // _FSEC_PKCS_H_