|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-C4389D60-2A8D-532D-9D92-E57B0CCD14CF" xml:lang="en"><title>Unified |
|
13 Keystore Overview</title><shortdesc>The Unified Keystore provides a unified view of all the keystores |
|
14 in a device.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
15 <section><title>Introduction</title> <p>The Unified Keystore provides an interface |
|
16 to access keys in various keystore implementations in the device. Symbian |
|
17 provides a default keystore implementation. Device creators may include Symbian's |
|
18 keystore implementation in a device and may add their own keystores. </p> </section> |
|
19 <section id="GUID-9DD8C1BF-A106-5E77-88A3-43A94AB68335"><title>Keystore functionality</title> <p>The |
|
20 Unified Keystore API provides the following functionality: </p> <ul> |
|
21 <li id="GUID-3447C46E-8AD1-577F-9B92-808FD92C91DA"><p>Generate keys </p> </li> |
|
22 <li id="GUID-FF0A58FD-9210-52CA-A10F-EBB12AF559E0"><p>List Keystores </p> </li> |
|
23 <li id="GUID-2DC65FE5-A070-518B-BDA5-481E40D7351D"><p>Import keys </p> </li> |
|
24 <li id="GUID-DC9B0CC5-2219-5913-B93A-5443E1F8FE4E"><p>Export keys </p> </li> |
|
25 <li id="GUID-BECC7117-3B1E-574C-ADE1-D03C4FABB2E3"><p>List keys </p> </li> |
|
26 <li id="GUID-BC1658CB-043E-54AB-BD74-202E67B65D05"><p>Delete keys </p> </li> |
|
27 <li id="GUID-3B6A82DD-523F-500E-8C52-731EF0AEC278"><p>Sign keys </p> </li> |
|
28 </ul> <p>These tasks are performed differently depending on the keystore version |
|
29 being used. </p> <p>The Symbian keystore supports access control to the keystore |
|
30 using application UIDs. There are two modes of access:</p><ul> |
|
31 <li><p>Owner: As key owners, applications can create, delete and manage keys. </p></li> |
|
32 <li><p>User: As key users, application can view and retrieve keys but cannot |
|
33 perform any modification operations.</p></li> |
|
34 </ul> <p> <b>Notes:</b> </p> <ul> |
|
35 <li id="GUID-B59BCD78-E184-534A-AB28-776E6257F6FF"><p>For details on the Unified |
|
36 Keystore functionality, refer to the <xref href="GUID-6C6AED40-D5B3-5613-8F92-FD2CB711AE54.dita">Unified |
|
37 Keystore Tutorials</xref>. </p> </li> |
|
38 <li id="GUID-91CE40A2-D00E-5A31-9EAD-ABF87585AFAE"><p>The <xref href="GUID-818689D6-EB99-382E-A435-D9C6C5D464DE.dita"><apiname>CUnifiedKeyStore</apiname></xref> class |
|
39 provides functions for performing the various keystore operations. </p> </li> |
|
40 </ul> </section> |
|
41 </conbody><related-links> |
|
42 <link href="GUID-6C6AED40-D5B3-5613-8F92-FD2CB711AE54.dita"><linktext>Unified Keystore |
|
43 Tutorials</linktext></link> |
|
44 <link href="GUID-C7150120-74C2-5FF1-99F0-0A267393E342.dita"><linktext>Crypto Token |
|
45 Framework Overview</linktext></link> |
|
46 </related-links></concept> |