mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8282633: jarsigner output does not explain why an EC key is disabled if its curve has been disabled
Reviewed-by: weijun
This commit is contained in:
parent
4de72014d3
commit
f43ffe211f
5 changed files with 160 additions and 31 deletions
|
@ -181,7 +181,9 @@ public class Resources extends java.util.ListResourceBundle {
|
|||
{"with.algparams.disabled", "%1$s using %2$s (disabled)"},
|
||||
{"key.bit", "%d-bit key"},
|
||||
{"key.bit.weak", "%d-bit key (weak)"},
|
||||
{"key.bit.eccurve.weak", "%1$d-bit %2$s key (weak)"},
|
||||
{"key.bit.disabled", "%d-bit key (disabled)"},
|
||||
{"key.bit.eccurve.disabled", "%1$d-bit %2$s key (disabled)"},
|
||||
{"unknown.size", "unknown size"},
|
||||
{"extra.attributes.detected", "POSIX file permission and/or symlink attributes detected. These attributes are ignored when signing and are not protected by the signature."},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue