< prev index next >

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

Print this page
rev 15253 : 8130302: jarsigner and keytool -providerClass needs be re-examined for modules

*** 103,116 **** "[-sectionsonly] don't compute hash of entire manifest"}, {".protected.keystore.has.protected.authentication.path", "[-protected] keystore has protected authentication path"}, {".providerName.name.provider.name", "[-providerName <name>] provider name"}, ! {".providerClass.class.name.of.cryptographic.service.provider.s", ! "[-providerClass <class> name of cryptographic service provider's"}, ! {".providerArg.arg.master.class.file.and.constructor.argument", ! " [-providerArg <arg>]] ... master class file and constructor argument"}, {".strict.treat.warnings.as.errors", "[-strict] treat warnings as errors"}, {".conf.url.specify.a.pre.configured.options.file", "[-conf <url>] specify a pre-configured options file"}, {"Option.lacks.argument", "Option lacks argument"}, --- 103,120 ---- "[-sectionsonly] don't compute hash of entire manifest"}, {".protected.keystore.has.protected.authentication.path", "[-protected] keystore has protected authentication path"}, {".providerName.name.provider.name", "[-providerName <name>] provider name"}, ! {".provider.option", ! "[-provider <name> add security provider by name (e.g. SunPKCS11)"}, ! {".providerArg.option.1", ! " [-providerArg <arg>]] ... configure argument for -provider"}, ! {".providerClass.option", ! "[-providerClass <class> add security provider by fully-qualified classname"}, ! {".providerArg.option.2", ! " [-providerArg <arg>]] ... configure argument for -providerClass"}, {".strict.treat.warnings.as.errors", "[-strict] treat warnings as errors"}, {".conf.url.specify.a.pre.configured.options.file", "[-conf <url>] specify a pre-configured options file"}, {"Option.lacks.argument", "Option lacks argument"},
< prev index next >