mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8242260: Add forRemoval=true to already deprecated ContentSigner
Reviewed-by: alanb, mullan, xuelei
This commit is contained in:
parent
474ce89ebc
commit
dc6d76f518
8 changed files with 82 additions and 47 deletions
|
@ -44,7 +44,7 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"provider.class.not.found", "Provider \"%s\" not found"},
|
||||
{"jarsigner.error.", "jarsigner error: "},
|
||||
{"Illegal.option.", "Illegal option: "},
|
||||
{"This.option.is.deprecated", "This option is deprecated: "},
|
||||
{"This.option.is.forremoval", "This option is deprecated and will be removed in a future release: "},
|
||||
{".keystore.must.be.NONE.if.storetype.is.{0}",
|
||||
"-keystore must be NONE if -storetype is {0}"},
|
||||
{".keypass.can.not.be.specified.if.storetype.is.{0}",
|
||||
|
@ -93,10 +93,10 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
"[-tsadigestalg <algorithm>] algorithm of digest data in timestamping request"},
|
||||
{".altsigner.class.class.name.of.an.alternative.signing.mechanism",
|
||||
"[-altsigner <class>] class name of an alternative signing mechanism\n" +
|
||||
" (This option has been deprecated.)"},
|
||||
" (This option is deprecated and will be removed in a future release.)"},
|
||||
{".altsignerpath.pathlist.location.of.an.alternative.signing.mechanism",
|
||||
"[-altsignerpath <pathlist>] location of an alternative signing mechanism\n" +
|
||||
" (This option has been deprecated.)"},
|
||||
" (This option is deprecated and will be removed in a future release.)"},
|
||||
{".internalsf.include.the.SF.file.inside.the.signature.block",
|
||||
"[-internalsf] include the .SF file inside the signature block"},
|
||||
{".sectionsonly.don.t.compute.hash.of.entire.manifest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue