mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8278449: Improve keychain support
Reviewed-by: ahgross, rhalade, mullan
This commit is contained in:
parent
74318dfb9d
commit
9ce2d75d0b
4 changed files with 257 additions and 58 deletions
|
@ -2255,6 +2255,9 @@ public final class Main {
|
|||
out.println(mf);
|
||||
dumpCert(cert, out);
|
||||
} else if (debug) {
|
||||
for (var attr : keyStore.getEntry(alias, null).getAttributes()) {
|
||||
System.out.println("Attribute " + attr.getName() + ": " + attr.getValue());
|
||||
}
|
||||
out.println(cert.toString());
|
||||
} else {
|
||||
out.println("trustedCertEntry, ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue