2 // Open Service Platform
3 // Copyright (c) 2012 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 %Security namespace.
22 * This header file contains the declarations of the %Security namespace.
28 #include "FSecAesSecureRandom.h"
29 #include "FSecDesEdeSecureRandom.h"
30 #include "FSecDesSecureRandom.h"
32 #include "FSecIKeyPairGenerator.h"
33 #include "FSecIPrivateKey.h"
34 #include "FSecIPublicKey.h"
35 #include "FSecISecretKey.h"
36 #include "FSecISecretKeyGenerator.h"
37 #include "FSecISecureRandom.h"
38 #include "FSecKeyPair.h"
39 #include "FSecKeyPairGenerator.h"
40 #include "FSecPrivateKey.h"
41 #include "FSecPublicKey.h"
42 #include "FSecSecretKey.h"
43 #include "FSecSecretKeyGenerator.h"
44 #include "FSecIKeyParameters.h"
45 #include "FSecCryptoIKeyExchange.h"
46 #include "FSecCryptoKeaKeyExchange.h"
47 #include "FSecCryptoDhKeyExchange.h"
48 #include "FSecKeaKeyParameters.h"
49 #include "FSecDhKeyParameters.h"
50 #include "FSecRsaKeyConverter.h"
51 #include "FSecCrypto.h"
54 #include "FSecPrivacyManager.h"
55 #include "FSecPrivacyInfo.h"
56 #include "FSecPrivilegeInfo.h"
57 #include "FSecAccessController.h"
61 * @namespace Tizen::Security
62 * @brief This namespace contains classes and interfaces for security services.
66 * @remarks @b Header @b %file: @b \#include @b <FSecurity.h> @n
67 * @b Library : @b osp-appfw
70 * The %Security namespace contains classes for
71 * managing certificates, cryptographic keys, signatures, and for generating pseudo-random numbers. @n
73 * For more information on the %Security namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/security/security_namespace.htm">Security Guide</a>. @n
75 * The following diagram illustrates the relationships between the classes and sub-namespaces belonging to the %Security namespace.
76 * @image html security_classdiagram.png
79 namespace Tizen { namespace Security
84 #endif // _FSECURITY_H_