mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8257722: Improve "keytool -printcert -jarfile" output
Reviewed-by: weijun
This commit is contained in:
parent
21da218387
commit
de93b1d0e8
4 changed files with 169 additions and 87 deletions
|
@ -397,8 +397,8 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{".WARNING.WARNING.WARNING.",
|
||||
"***************** WARNING WARNING WARNING *****************"},
|
||||
{"Signer.d.", "Signer #%d:"},
|
||||
{"Certificate.d.", "Certificate #%d:"},
|
||||
{"Timestamp.", "Timestamp:"},
|
||||
{"Signature.", "Signature:"},
|
||||
{"Certificate.owner.", "Certificate owner: "},
|
||||
{"Not.a.signed.jar.file", "Not a signed jar file"},
|
||||
{"No.certificate.from.the.SSL.server",
|
||||
|
@ -465,6 +465,9 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"the.input", "The input"},
|
||||
{"reply", "Reply"},
|
||||
{"one.in.many", "%1$s #%2$d of %3$d"},
|
||||
{"one.in.many1", "%1$s #%2$d"},
|
||||
{"one.in.many2", "%1$s of signer #%2$d"},
|
||||
{"one.in.many3", "%1$s #%2$d of signer #%3$d"},
|
||||
{"alias.in.cacerts", "Issuer <%s> in cacerts"},
|
||||
{"alias.in.keystore", "Issuer <%s>"},
|
||||
{"with.weak", "%s (weak)"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue