Symbian3/PDK/Source/GUID-62AE0683-642D-539A-A590-3D8210591BD9.dita
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
     7     Nokia Corporation - initial contribution.
     7     Nokia Corporation - initial contribution.
     8 Contributors: 
     8 Contributors: 
     9 -->
     9 -->
    10 <!DOCTYPE concept
    10 <!DOCTYPE concept
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    12 <concept xml:lang="en" id="GUID-62AE0683-642D-539A-A590-3D8210591BD9"><title>Working with Multiple Keystore Implementations</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>The Symbian key store architecture allows devices to have multiple, coexisting, keystore implementations. All implementations are accessed through an abstraction layer: the “unified keystore”. </p> <p> <codeph>keytool</codeph> fully supports multiple key store implementations with the option <codeph>–store</codeph> which can be used to specify a particular key store implementation which a command must use. To see a list of all available key store implementations the command <codeph>–listtores</codeph> or <codeph>-ls</codeph> for short, can be used. For example, you can use: </p> <p><userinput>keytool –ls</userinput> </p> <p>And obtain as result an output similar to: </p> <codeblock id="GUID-75FC5CB1-4124-55DB-B5C0-BA11E3CA3D41" xml:space="preserve">Symbian OS KeyStore Manipulation Tool
    12 <concept id="GUID-62AE0683-642D-539A-A590-3D8210591BD9" xml:lang="en"><title>Working
       
    13 with Multiple Keystore Implementations</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The Symbian key store architecture allows devices to have multiple, coexisting,
       
    15 keystore implementations. All implementations are accessed through an abstraction
       
    16 layer: the “unified keystore”. </p>
       
    17 <p> <codeph>keytool</codeph> fully supports multiple key store implementations
       
    18 with the option <codeph>–store</codeph> which can be used to specify a particular
       
    19 key store implementation which a command must use. To see a list of all available
       
    20 key store implementations the command <codeph>–listtores</codeph> or <codeph>-ls</codeph> for
       
    21 short, can be used. For example, you can use: </p>
       
    22 <p><userinput>keytool –ls</userinput> </p>
       
    23 <p>And obtain as result an output similar to: </p>
       
    24 <codeblock id="GUID-75FC5CB1-4124-55DB-B5C0-BA11E3CA3D41" xml:space="preserve">Symbian KeyStore Manipulation Tool
    13 Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).  All rights reserved.
    25 Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).  All rights reserved.
    14 [0] Store Label: On-device key store
    26 [0] Store Label: On-device key store
    15 Version: 1.00    Serial Number: 0        Manufacturer: Nokia Corporation
    27 Version: 1.00    Serial Number: 0        Manufacturer: Nokia Corporation
    16 </codeblock> <p>Each key store implementation has an entry. The number in brackets represents the key store index which will be used to refer to a specific keystore implementation in the <codeph>–store</codeph> option. A label, a human readable description of the implementation, is also present. Some meta-data is also available, such as, the version, serial number and manufacturer of a given implementation. In the above case, only one key store implementation is available. This is the standard on device stores provided by Symbian. </p> <p>With this knowledge, you can use the <codeph>–store</codeph> option to specify the key store implementation a command must use (See <xref href="GUID-6DF71555-1AB0-5B50-9FEA-E775F3AFEF8B.dita">Listing Keystore Contents</xref> for details of the option). </p> </conbody><related-links><link href="GUID-E90A22C7-0AD7-55C4-83BB-165E1AA1E296.dita"><linktext>Removing
    28 </codeblock>
    17                 Keys</linktext> </link> <link href="GUID-2E02B840-FF86-5535-BA0E-5C4C3B600E9B.dita"><linktext>Importing Private Keys</linktext> </link> </related-links></concept>
    29 <p>Each key store implementation has an entry. The number in brackets represents
       
    30 the key store index which will be used to refer to a specific keystore implementation
       
    31 in the <codeph>–store</codeph> option. A label, a human readable description
       
    32 of the implementation, is also present. Some meta-data is also available,
       
    33 such as, the version, serial number and manufacturer of a given implementation.
       
    34 In the above case, only one key store implementation is available. This is
       
    35 the standard on device stores provided by Symbian.</p>
       
    36 <p>With this knowledge, you can use the <codeph>–store</codeph> option to
       
    37 specify the key store implementation a command must use (See <xref href="GUID-6DF71555-1AB0-5B50-9FEA-E775F3AFEF8B.dita">Listing
       
    38 Keystore Contents</xref> for details of the option). </p>
       
    39 </conbody><related-links>
       
    40 <link href="GUID-E90A22C7-0AD7-55C4-83BB-165E1AA1E296.dita"><linktext>Removing
       
    41 Keys</linktext></link>
       
    42 <link href="GUID-2E02B840-FF86-5535-BA0E-5C4C3B600E9B.dita"><linktext>Importing
       
    43 Private Keys</linktext></link>
       
    44 </related-links></concept>