mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8215937: Check usages of security-related Resources files
Reviewed-by: mullan
This commit is contained in:
parent
db89805fe0
commit
54815061a1
8 changed files with 271 additions and 590 deletions
|
@ -36,7 +36,6 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
|
||||
// shared (from jarsigner)
|
||||
{"SPACE", " "},
|
||||
{"2SPACE", " "},
|
||||
{"6SPACE", " "},
|
||||
{"COMMA", ", "},
|
||||
|
||||
|
@ -196,7 +195,6 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
"Certificate chain not found in the file specified."},
|
||||
{"found.non.X.509.certificate.in.signer.s.chain",
|
||||
"found non-X.509 certificate in signer's chain"},
|
||||
{"incomplete.certificate.chain", "incomplete certificate chain"},
|
||||
{"Enter.key.password.for.alias.", "Enter key password for {0}: "},
|
||||
{"unable.to.recover.key.from.keystore",
|
||||
"unable to recover key from keystore"},
|
||||
|
@ -240,8 +238,6 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
"This jar contains entries whose signer certificate is not yet valid. "},
|
||||
{"This.jar.contains.entries.whose.signer.certificate.is.self.signed.",
|
||||
"This jar contains entries whose signer certificate is self-signed."},
|
||||
{"Re.run.with.the.verbose.option.for.more.details.",
|
||||
"Re-run with the -verbose option for more details."},
|
||||
{"Re.run.with.the.verbose.and.certs.options.for.more.details.",
|
||||
"Re-run with the -verbose and -certs options for more details."},
|
||||
{"The.signer.certificate.has.expired.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue