Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * General Security Definitions
26 #ifndef SECURITYDEFSCONST_H
27 #define SECURITYDEFSCONST_H
29 // Certificate Applicability UIDs
32 * This UID is associated with certificates which are trusted for
33 * software installation of native applications.
35 * @see MCertStore::Applications
36 * @see MCTWritableCertStore::SetApplicability
39 const TUid KSwiApplicabilityUid = {0x100042AB};
42 * This UID is associated with certificates which are trusted for
45 * @see MCertStore::Applications
46 * @see MCTWritableCertStore::SetApplicability
49 const TUid KSwiOcspApplicabilityUid = {0x1000A8B6};
52 * This UID is associated with certificates which are trusted for
53 * Java midlet installation.
55 * @see MCertStore::Applications
56 * @see MCTWritableCertStore::SetApplicability
59 const TUid KMidletInstallApplicabilityUid = {0x101F9B28};
62 * This UID is associated with certificates which are trusted for
63 * SSL/TLS connectivity.
65 * @see MCertStore::Applications
66 * @see MCTWritableCertStore::SetApplicability
69 const TUid KTlsApplicabilityUid = {0x1000183D};
72 * This OID is associated with X.509 certificates
73 * trusted for TLS WWW server authentication.
76 _LIT(KServerAuthOID,"1.3.6.1.5.5.7.3.1");
79 * This OID is associated with X.509 certificates
80 * trusted for TLS WWW client authentication.
84 _LIT(KClientAuthOID,"1.3.6.1.5.5.7.3.2");
87 * This OID is associated with X.509 certificates
88 * trusted for signing of downloadable executable code.
91 _LIT(KCodeSigningOID,"1.3.6.1.5.5.7.3.3");
94 * This OID is associated with X.509 certificates
95 * trusted for email protection .
98 _LIT(KEmailProtectionOID,"1.3.6.1.5.5.7.3.4");
101 * This OID is associated with X.509 certificates
102 * trusted for Ipsec end system.
105 _LIT(KIpsecEndSystemOID,"1.3.6.1.5.5.7.3.5");
108 * This OID is associated with X.509 certificates
109 * trusted for Ipsec tunnel.
112 _LIT(KIpsecTunnelOID,"1.3.6.1.5.5.7.3.6");
115 * This OID is associated with X.509 certificates
116 * trusted for Ipsec user.
119 _LIT(KIpsecUserOID, "1.3.6.1.5.5.7.3.7");
122 * This OID is associated with X.509 certificates
123 * trusted for binding the hash of an object to a time.
126 _LIT(KTimeStampingOID,"1.3.6.1.5.5.7.3.8");
129 * This OID is associated with X.509 certificates
130 * trusted for signing OCSP responses.
133 _LIT(KOCSPSigningOID,"1.3.6.1.5.5.7.3.9");