mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
e6b28e05c6
27 changed files with 329 additions and 72 deletions
|
@ -1313,7 +1313,7 @@ public final class PKCS12KeyStore extends KeyStoreSpi {
|
|||
return super.engineGetAttributes(alias);
|
||||
}
|
||||
Entry entry = entries.get(alias.toLowerCase(Locale.ENGLISH));
|
||||
return getAttributes(entry);
|
||||
return Collections.unmodifiableSet(new HashSet<>(getAttributes(entry)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue