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 |
26 |
27 rls_string STRING_r_keytool_usage5 "\t\t or [ {-migratestore} old key file name ]" |
|
28 #endif // SYMBIAN_AUTH_SERVER |
|
29 rls_string STRING_r_keytool_usage3 "Type keytool -h {CommandName} for details on a particular command." |
27 rls_string STRING_r_keytool_usage3 "Type keytool -h {CommandName} for details on a particular command." |
30 |
28 |
31 rls_string STRING_r_keytool_usage4 "Type keytool -h noninteractive for details on how to run the commands in noninteractive mode." |
29 rls_string STRING_r_keytool_usage4 "Type keytool -h noninteractive for details on how to run the commands in noninteractive mode." |
32 |
30 |
33 rls_string STRING_r_keytool_usage_noninteractive "To run the tool in Non-interactive mode give command as keytool inputfile outputfile" |
31 rls_string STRING_r_keytool_usage_noninteractive "To run the tool in Non-interactive mode give command as keytool inputfile outputfile" |
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_keyusage "-usage Used only with -import. It specifies the key usage." |
60 rls_string STRING_r_keytool_usage_keyusages "Possible usages: AllUsage, NoUsage, Decrypt, Sign, SignRecover, Unwrap, NonRepudiation." |
58 rls_string STRING_r_keytool_usage_keyusages "Possible usages: AllUsage, NoUsage, Decrypt, Sign, SignRecover, Unwrap, NonRepudiation." |
61 rls_string STRING_r_keytool_usage_keyaccess "-access Displays tool usage" |
59 rls_string STRING_r_keytool_usage_keyaccess "-access Displays tool usage" |
62 rls_string STRING_r_keytool_usage_keyaccesses "Possible access restrictions are: Extractable, Sensitive." |
60 rls_string STRING_r_keytool_usage_keyaccesses "Possible access restrictions are: Extractable, Sensitive." |
63 |
61 |
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 |
|
78 |
62 |
79 // Errors |
63 // Errors |
80 rls_string STRING_r_keytool_err_command "Invalid Command." |
64 rls_string STRING_r_keytool_err_command "Invalid Command." |
81 rls_string STRING_r_keytool_err_unknown "An unknown error occured." |
65 rls_string STRING_r_keytool_err_unknown "An unknown error occured." |
82 rls_string STRING_r_keytool_err_notfound "Cannot find the specified key." |
66 rls_string STRING_r_keytool_err_notfound "Cannot find the specified key." |
117 rls_string STRING_r_keytool_err_remove "Key to remove not specified." |
101 rls_string STRING_r_keytool_err_remove "Key to remove not specified." |
118 |
102 |
119 rls_string STRING_r_keytool_err_nousers "No users specified." |
103 rls_string STRING_r_keytool_err_nousers "No users specified." |
120 rls_string STRING_r_keytool_err_nokey "No key specified." |
104 rls_string STRING_r_keytool_err_nokey "No key specified." |
121 |
105 |
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 |
|