mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8303410: Remove ContentSigner APIs and jarsigner -altsigner and -altsignerpath options
Reviewed-by: weijun
This commit is contained in:
parent
0cc0f063e2
commit
31680b2bcf
14 changed files with 27 additions and 642 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -44,7 +44,6 @@ 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.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}",
|
||||
|
@ -97,12 +96,6 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
"[-tsapolicyid <oid>] TSAPolicyID for Timestamping Authority"},
|
||||
{".tsadigestalg.algorithm.of.digest.data.in.timestamping.request",
|
||||
"[-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 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 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",
|
||||
|
@ -240,8 +233,6 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"or", "or"},
|
||||
{"Certificate.not.found.for.alias.alias.must.reference.a.valid.KeyStore.entry.containing.an.X.509.public.key.certificate.for.the",
|
||||
"Certificate not found for: {0}. {1} must reference a valid KeyStore entry containing an X.509 public key certificate for the Timestamping Authority."},
|
||||
{"using.an.alternative.signing.mechanism",
|
||||
"using an alternative signing mechanism"},
|
||||
{"entry.was.signed.on", "entry was signed on {0}"},
|
||||
{"Warning.", "Warning: "},
|
||||
{"Error.", "Error: "},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue