cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool.rls
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 45 030c4fbc13d7
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 rls_string STRING_r_keytool_shortName "Symbian OS KeyTool"
    18 rls_string STRING_r_keytool_shortName "Symbian OS KeyTool"
    19 rls_string STRING_r_keytool_name "Symbian OS KeyStore Manipulation Tool"
    19 rls_string STRING_r_keytool_name "Symbian OS KeyStore Manipulation Tool"
    20 rls_string STRING_r_keytool_copyright "Copyright (c) 2004 - 2007 Symbian Software Ltd.  All rights reserved."
    20 rls_string STRING_r_keytool_copyright "Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved."
    21 rls_string STRING_r_keytool_done "Press any key to continue..."
    21 rls_string STRING_r_keytool_done "Press any key to continue..."
    22 
    22 
    23 // Usage
    23 // Usage
    24 rls_string STRING_r_keytool_usage "Usage: keytool \t[{-list -l} {-liststores -ls} {-import -i} {-remove -r} "
    24 rls_string STRING_r_keytool_usage "Usage: keytool \t[{-list -l} {-liststores -ls} {-import -i} {-remove -r} "
    25 rls_string STRING_r_keytool_usage2 "\t\t {-page -p } {-help -h} {-setuser -s} {-setallusers -a} {-removeuser -ru} {-setmanager -m}] {KeyLabel}"
    25 rls_string STRING_r_keytool_usage2 "\t\t {-page -p } {-help -h} {-setuser -s} {-setallusers -a} {-removeuser -ru} {-setmanager -m}] {KeyLabel}"
       
    26 #ifdef SYMBIAN_AUTH_SERVER
       
    27 rls_string STRING_r_keytool_usage5 "\t\t or [ {-migratestore} old key file name ]"
       
    28 #endif // SYMBIAN_AUTH_SERVER
    26 rls_string STRING_r_keytool_usage3 "Type keytool -h {CommandName} for details on a particular command."
    29 rls_string STRING_r_keytool_usage3 "Type keytool -h {CommandName} for details on a particular command."
    27 
    30 
    28 rls_string STRING_r_keytool_usage4 "Type keytool -h noninteractive for details on how to run the commands in noninteractive mode."
    31 rls_string STRING_r_keytool_usage4 "Type keytool -h noninteractive for details on how to run the commands in noninteractive mode."
    29 
    32 
    30 rls_string STRING_r_keytool_usage_noninteractive "To run the tool in Non-interactive mode give command as keytool inputfile outputfile"
    33 rls_string STRING_r_keytool_usage_noninteractive "To run the tool in Non-interactive mode give command as keytool inputfile outputfile"
    39 rls_string STRING_r_keytool_usage_page "if any command specified with -page option, then it displays Screen Full of Records and wait for key input."
    42 rls_string STRING_r_keytool_usage_page "if any command specified with -page option, then it displays Screen Full of Records and wait for key input."
    40 rls_string STRING_r_keytool_usage_page2 "-page option is ignored in Non-Interactive Mode"
    43 rls_string STRING_r_keytool_usage_page2 "-page option is ignored in Non-Interactive Mode"
    41 
    44 
    42 
    45 
    43 rls_string STRING_r_keytool_usage_import " [-store idx] [-label labelname] -import | -i [-usage KeyUsage | -access keyAccess | -expiry Date] {KeyFile} Imports a private key from the specified pkcs#8 file. See -usage and -access for details."
    46 rls_string STRING_r_keytool_usage_import " [-store idx] [-label labelname] -import | -i [-usage KeyUsage | -access keyAccess | -expiry Date] {KeyFile} Imports a private key from the specified pkcs#8 file. See -usage and -access for details."
    44 rls_string STRING_r_keytool_usage_import2 "The kay is added to the first store implementation found."
    47 rls_string STRING_r_keytool_usage_import2 "The key is added to the first store implementation found."
    45 rls_string STRING_r_keytool_usage_import3 "If a key implementation is specified using -store, then it is added to the one specified with -store."
    48 rls_string STRING_r_keytool_usage_import3 "If a key implementation is specified using -store, then it is added to the one specified with -store."
    46 rls_string STRING_r_keytool_usage_import4 "If a key label is specified using -label, then it is added with specified label otherwise the key file name is taken as label."
    49 rls_string STRING_r_keytool_usage_import4 "If a key label is specified using -label, then it is added with specified label otherwise the key file name is taken as label."
    47 
    50 
    48 rls_string STRING_r_keytool_usage_remove "-remove KeyLabel  Removes the specified key from the keystore."
    51 rls_string STRING_r_keytool_usage_remove "-remove KeyLabel  Removes the specified key from the keystore."
    49 
    52 
    55 rls_string STRING_r_keytool_usage_help "-help | -h   Displays tool usage"
    58 rls_string STRING_r_keytool_usage_help "-help | -h   Displays tool usage"
    56 rls_string STRING_r_keytool_usage_keyusage "-usage Used only with -import. It specifies the key usage."
    59 rls_string STRING_r_keytool_usage_keyusage "-usage Used only with -import. It specifies the key usage."
    57 rls_string STRING_r_keytool_usage_keyusages "Possible usages: AllUsage, NoUsage, Decrypt, Sign, SignRecover, Unwrap, NonRepudiation."
    60 rls_string STRING_r_keytool_usage_keyusages "Possible usages: AllUsage, NoUsage, Decrypt, Sign, SignRecover, Unwrap, NonRepudiation."
    58 rls_string STRING_r_keytool_usage_keyaccess "-access  Displays tool usage"
    61 rls_string STRING_r_keytool_usage_keyaccess "-access  Displays tool usage"
    59 rls_string STRING_r_keytool_usage_keyaccesses "Possible access restrictions are: Extractable, Sensitive."
    62 rls_string STRING_r_keytool_usage_keyaccesses "Possible access restrictions are: Extractable, Sensitive."
       
    63 
       
    64 #ifdef SYMBIAN_AUTH_SERVER
       
    65 
       
    66 rls_string STRING_r_keytool_usage_migrate 	"-migrate OldKeyFile Passphrase [-new NewKeyFile] [-expr AuthExpression] [-freshness Freshness]."
       
    67 rls_string STRING_r_keytool_usage_migrate1 	"Migrates the old key file to the new format. If new key file name"
       
    68 rls_string STRING_r_keytool_usage_migrate2 	"is provided then it is saved using that name otherwise it is saved"
       
    69 rls_string STRING_r_keytool_usage_migrate3 	"as newkeys.dat in the system drive. Every key store in old implementation was encrypted" 
       
    70 rls_string STRING_r_keytool_usage_migrate4 	"with a passphrase, this should be supplied for successful porting."
       
    71 rls_string STRING_r_keytool_usage_migrate5 	"If authexpression is not provided it uses the system wide default plugin. "
       
    72 rls_string STRING_r_keytool_usage_migrate6 	"If freshness is not provided then it uses 0 as the default freshness which" 
       
    73 rls_string STRING_r_keytool_usage_migrate7 	"means always authenticate the user. The supplied auth expression and freshness "
       
    74 rls_string STRING_r_keytool_usage_migrate8 	"would be used to determine whether to use the current authenticated identity" 
       
    75 rls_string STRING_r_keytool_usage_migrate9 	"if available or to authenticate the user again."
       
    76 
       
    77 #endif // SYMBIAN_AUTH_SERVER
    60 
    78 
    61 // Errors
    79 // Errors
    62 rls_string STRING_r_keytool_err_command "Invalid Command."
    80 rls_string STRING_r_keytool_err_command "Invalid Command."
    63 rls_string STRING_r_keytool_err_unknown "An unknown error occured."
    81 rls_string STRING_r_keytool_err_unknown "An unknown error occured."
    64 rls_string STRING_r_keytool_err_notfound "Cannot find the specified key."
    82 rls_string STRING_r_keytool_err_notfound "Cannot find the specified key."
    98 
   116 
    99 rls_string STRING_r_keytool_err_remove "Key to remove not specified."
   117 rls_string STRING_r_keytool_err_remove "Key to remove not specified."
   100 
   118 
   101 rls_string STRING_r_keytool_err_nousers "No users specified."
   119 rls_string STRING_r_keytool_err_nousers "No users specified."
   102 rls_string STRING_r_keytool_err_nokey "No key specified."
   120 rls_string STRING_r_keytool_err_nokey "No key specified."
       
   121 
       
   122 #ifdef SYMBIAN_AUTH_SERVER
       
   123 rls_string STRING_r_keytool_err_migrationfail "Key Migration Failed..."
       
   124 rls_string STRING_r_keytool_usage_oldkey_absent "Key file to be migrated not provided."
       
   125 rls_string STRING_r_keytool_usage_passphrase_absent "Passphrase absent."
       
   126 #endif // SYMBIAN_AUTH_SERVER