63
|
1 |
/*
|
|
2 |
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "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".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Certificate and key store identifiers
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#ifndef ADVSECSETTINGSSTOREUIDS_H
|
|
20 |
#define ADVSECSETTINGSSTOREUIDS_H
|
|
21 |
|
|
22 |
|
|
23 |
// Certificate and key store UID values
|
|
24 |
const TInt KAdvSecSettingsFileCertStore = 0x101F501A; // 270487578
|
|
25 |
const TInt KAdvSecSettingsFileKeyStore = 0x101F7333; // 270496563
|
|
26 |
const TInt KAdvSecSettingsTrustedServerCertStore = 0x101FB66F; // 270513775
|
|
27 |
const TInt KAdvSecSettingsDeviceCertStore = 0x101FB668; // 270513768
|
|
28 |
const TInt KAdvSecSettingsDeviceKeyStore = 0x101FB66A; // 270513770
|
|
29 |
const TInt KAdvSecSettingsWIMCertAndKeyStore = 0x101F79D9; // 270498265
|
|
30 |
const TInt KAdvSecSettingsMidpCertStore = 0x101F5B71; // 270490481
|
|
31 |
const TInt KAdvSecSettingsSWICertStore = 0x102042BA; // 270549690
|
|
32 |
|
|
33 |
|
|
34 |
#endif // ADVSECSETTINGSSTOREUIDS_H
|
|
35 |
|