cryptoservices/filebasedcertificateandkeystores/test/certtool/certtool.rls
changeset 29 ece3df019add
parent 8 35751d3474b7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
    38 rls_string STRING_r_certtool_usage_list3 "If a certstore implementation is specified using -store, then only its contents are shown  (e.g -store 12 -list). If not it lists everything. (See -liststores)"
    38 rls_string STRING_r_certtool_usage_list3 "If a certstore implementation is specified using -store, then only its contents are shown  (e.g -store 12 -list). If not it lists everything. (See -liststores)"
    39 rls_string STRING_r_certtool_usage_list4 "If a owner type is specified using -owner, then it lists the certstore based on owner (e.g -owner ca -list)."
    39 rls_string STRING_r_certtool_usage_list4 "If a owner type is specified using -owner, then it lists the certstore based on owner (e.g -owner ca -list)."
    40 rls_string STRING_r_certtool_usage_list5 "If a details tag is specified using -details, then it displays all the details about the certificate"
    40 rls_string STRING_r_certtool_usage_list5 "If a details tag is specified using -details, then it displays all the details about the certificate"
    41 
    41 
    42 
    42 
    43 rls_string STRING_r_certtool_usage_import "[-store idx] [-label labelname] [-private key] -import | -i {CertFile} Imports a certificate from the specified file."
    43 rls_string STRING_r_certtool_usage_import "[-store idx] [-label labelname] [-private key] [-deletable | -del {yes|no}] -import | -i {CertFile} Imports a certificate from the specified file."
    44 rls_string STRING_r_certtool_usage_import2 "The certificate is added to the first store implementation found."
    44 rls_string STRING_r_certtool_usage_import2 "The certificate is added to the first store implementation found."
    45 rls_string STRING_r_certtool_usage_import3 "If a certstore implementation is specified using -store, then it is added to the one specified with -store."
    45 rls_string STRING_r_certtool_usage_import3 "If a certstore implementation is specified using -store, then it is added to the one specified with -store."
    46 rls_string STRING_r_certtool_usage_import4 "If a certificate label is specified using -label, then it is added with specified label otherwise the certificate file name is taken as label."
    46 rls_string STRING_r_certtool_usage_import4 "If a certificate label is specified using -label, then it is added with specified label otherwise the certificate file name is taken as label."
    47 rls_string STRING_r_certtool_usage_import5 "If a private key (DER encoded pkcs file)is specified using -private, then the certificate is imported as a CA root certificate if and only if the corresponding private key cannot be found in the keystore otherwise imported as a user certificate."
    47 rls_string STRING_r_certtool_usage_import5 "If a private key (DER encoded pkcs file)is specified using -private, then the certificate is imported as a CA root certificate if and only if the corresponding private key cannot be found in the keystore otherwise imported as a user certificate."
       
    48 rls_string STRING_r_certtool_usage_import6 "-deletable {Y|N} Used to set if a certificate is deletable or not. A certificate is deletable by default."
    48 
    49 
    49 rls_string STRING_r_certtool_usage_remove "-remove CertLabel [-rka] Removes the specified certificate from the certstore."
    50 rls_string STRING_r_certtool_usage_remove "-remove CertLabel [-rka] Removes the specified certificate from the certstore."
    50 rls_string STRING_r_certtool_usage_remove2 "if -rka option specified, then the key with the CertLabel also be removed if and only if the key is imported using -private option from the certtool."
    51 rls_string STRING_r_certtool_usage_remove2 "if -rka option specified, then the key with the CertLabel also be removed if and only if the key is imported using -private option from the certtool."
    51 
    52 
    52 rls_string STRING_r_certtool_usage_noapps "No valid applications specified, try one of: [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS]"
    53 rls_string STRING_r_certtool_usage_noapps "No valid applications specified, try one of: [SWInstall, SWInstallOCSP, MidletInstall, SSL/TLS]"
    91 
    92 
    92 rls_string STRING_r_certtool_err_deletesuccess "Certificate deleted successfully."
    93 rls_string STRING_r_certtool_err_deletesuccess "Certificate deleted successfully."
    93 
    94 
    94 rls_string STRING_r_certtool_err_remove "Certificate to remove not specified."
    95 rls_string STRING_r_certtool_err_remove "Certificate to remove not specified."
    95 rls_string STRING_r_certtool_err_remove_success "Certificate removed successfully."
    96 rls_string STRING_r_certtool_err_remove_success "Certificate removed successfully."
       
    97 rls_string STRING_r_certtool_err_remove_failure "Certificate removal failed."
    96 
    98 
    97 rls_string STRING_r_certtool_err_setapps_success "Certificate applicability set successfully."
    99 rls_string STRING_r_certtool_err_setapps_success "Certificate applicability set successfully."
    98 
   100 
    99 rls_string STRING_r_certtool_err_addapps_success "Certificate applicability added successfully."
   101 rls_string STRING_r_certtool_err_addapps_success "Certificate applicability added successfully."
   100 rls_string STRING_r_certtool_err_addapps_fail "An Unknown error occured while adding the applicability."
   102 rls_string STRING_r_certtool_err_addapps_fail "An Unknown error occured while adding the applicability."