< prev index next >

src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java

Print this page
rev 47329 : 8189102: All tools should support -?, -h and --help


 101         {".internalsf.include.the.SF.file.inside.the.signature.block",
 102                 "[-internalsf]               include the .SF file inside the signature block"},
 103         {".sectionsonly.don.t.compute.hash.of.entire.manifest",
 104                 "[-sectionsonly]             don't compute hash of entire manifest"},
 105         {".protected.keystore.has.protected.authentication.path",
 106                 "[-protected]                keystore has protected authentication path"},
 107         {".providerName.name.provider.name",
 108                 "[-providerName <name>]      provider name"},
 109         {".add.provider.option",
 110                 "[-addprovider <name>        add security provider by name (e.g. SunPKCS11)"},
 111         {".providerArg.option.1",
 112                 "  [-providerArg <arg>]] ... configure argument for -addprovider"},
 113         {".providerClass.option",
 114                 "[-providerClass <class>     add security provider by fully-qualified class name"},
 115         {".providerArg.option.2",
 116                 "  [-providerArg <arg>]] ... configure argument for -providerClass"},
 117         {".strict.treat.warnings.as.errors",
 118                 "[-strict]                   treat warnings as errors"},
 119         {".conf.url.specify.a.pre.configured.options.file",
 120                 "[-conf <url>]               specify a pre-configured options file"},


 121         {"Option.lacks.argument", "Option lacks argument"},
 122         {"Please.type.jarsigner.help.for.usage", "Please type jarsigner -help for usage"},
 123         {"Please.specify.jarfile.name", "Please specify jarfile name"},
 124         {"Please.specify.alias.name", "Please specify alias name"},
 125         {"Only.one.alias.can.be.specified", "Only one alias can be specified"},
 126         {"This.jar.contains.signed.entries.which.is.not.signed.by.the.specified.alias.es.",
 127                  "This jar contains signed entries which are not signed by the specified alias(es)."},
 128         {"This.jar.contains.signed.entries.that.s.not.signed.by.alias.in.this.keystore.",
 129                   "This jar contains signed entries that are not signed by alias in this keystore."},
 130         {"s", "s"},
 131         {"m", "m"},
 132         {"k", "k"},
 133         {".and.d.more.", "(and %d more)"},
 134         {".s.signature.was.verified.",
 135                 "  s = signature was verified "},
 136         {".m.entry.is.listed.in.manifest",
 137                 "  m = entry is listed in manifest"},
 138         {".k.at.least.one.certificate.was.found.in.keystore",
 139                 "  k = at least one certificate was found in keystore"},
 140         {".X.not.signed.by.specified.alias.es.",
 141                 "  X = not signed by specified alias(es)"},
 142         {"no.manifest.", "no manifest."},




 101         {".internalsf.include.the.SF.file.inside.the.signature.block",
 102                 "[-internalsf]               include the .SF file inside the signature block"},
 103         {".sectionsonly.don.t.compute.hash.of.entire.manifest",
 104                 "[-sectionsonly]             don't compute hash of entire manifest"},
 105         {".protected.keystore.has.protected.authentication.path",
 106                 "[-protected]                keystore has protected authentication path"},
 107         {".providerName.name.provider.name",
 108                 "[-providerName <name>]      provider name"},
 109         {".add.provider.option",
 110                 "[-addprovider <name>        add security provider by name (e.g. SunPKCS11)"},
 111         {".providerArg.option.1",
 112                 "  [-providerArg <arg>]] ... configure argument for -addprovider"},
 113         {".providerClass.option",
 114                 "[-providerClass <class>     add security provider by fully-qualified class name"},
 115         {".providerArg.option.2",
 116                 "  [-providerArg <arg>]] ... configure argument for -providerClass"},
 117         {".strict.treat.warnings.as.errors",
 118                 "[-strict]                   treat warnings as errors"},
 119         {".conf.url.specify.a.pre.configured.options.file",
 120                 "[-conf <url>]               specify a pre-configured options file"},
 121         {".print.this.help.message",
 122                 "[-? -h --help]              Print this help message"},
 123         {"Option.lacks.argument", "Option lacks argument"},
 124         {"Please.type.jarsigner.help.for.usage", "Please type jarsigner --help for usage"},
 125         {"Please.specify.jarfile.name", "Please specify jarfile name"},
 126         {"Please.specify.alias.name", "Please specify alias name"},
 127         {"Only.one.alias.can.be.specified", "Only one alias can be specified"},
 128         {"This.jar.contains.signed.entries.which.is.not.signed.by.the.specified.alias.es.",
 129                  "This jar contains signed entries which are not signed by the specified alias(es)."},
 130         {"This.jar.contains.signed.entries.that.s.not.signed.by.alias.in.this.keystore.",
 131                   "This jar contains signed entries that are not signed by alias in this keystore."},
 132         {"s", "s"},
 133         {"m", "m"},
 134         {"k", "k"},
 135         {".and.d.more.", "(and %d more)"},
 136         {".s.signature.was.verified.",
 137                 "  s = signature was verified "},
 138         {".m.entry.is.listed.in.manifest",
 139                 "  m = entry is listed in manifest"},
 140         {".k.at.least.one.certificate.was.found.in.keystore",
 141                 "  k = at least one certificate was found in keystore"},
 142         {".X.not.signed.by.specified.alias.es.",
 143                 "  X = not signed by specified alias(es)"},
 144         {"no.manifest.", "no manifest."},


< prev index next >