mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8195119: Fine-tune output text in keytool
Reviewed-by: mullan
This commit is contained in:
parent
aad1a3592c
commit
672ecb7266
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ public class Resources extends java.util.ListResourceBundle {
|
||||||
{"with.weak", "%s (weak)"},
|
{"with.weak", "%s (weak)"},
|
||||||
{"key.bit", "%1$d-bit %2$s key"},
|
{"key.bit", "%1$d-bit %2$s key"},
|
||||||
{"key.bit.weak", "%1$d-bit %2$s key (weak)"},
|
{"key.bit.weak", "%1$d-bit %2$s key (weak)"},
|
||||||
{"unknown.size.1", "unknown size %s key"},
|
{"unknown.size.1", "%s key of unknown size"},
|
||||||
{".PATTERN.printX509Cert.with.weak",
|
{".PATTERN.printX509Cert.with.weak",
|
||||||
"Owner: {0}\nIssuer: {1}\nSerial number: {2}\nValid from: {3} until: {4}\nCertificate fingerprints:\n\t SHA1: {5}\n\t SHA256: {6}\nSignature algorithm name: {7}\nSubject Public Key Algorithm: {8}\nVersion: {9}"},
|
"Owner: {0}\nIssuer: {1}\nSerial number: {2}\nValid from: {3} until: {4}\nCertificate fingerprints:\n\t SHA1: {5}\n\t SHA256: {6}\nSignature algorithm name: {7}\nSubject Public Key Algorithm: {8}\nVersion: {9}"},
|
||||||
{"PKCS.10.with.weak",
|
{"PKCS.10.with.weak",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue