On Wed, 20 Oct 2021 02:08:24 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Add `KeyStore::getAttributes` so that one can get the attributes of an entry > without retrieving the entry first. This is especially useful for a private > key entry which can only be retrieved with a password. This pull request has now been integrated. Changeset: a729a70c Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a729a70c0119ed071ff490b0dfd4e3e2cb1a5ae4 Stats: 169 lines in 6 files changed: 167 ins; 0 del; 2 mod 8225181: KeyStore should have a getAttributes method Reviewed-by: mullan ------------- PR: https://git.openjdk.java.net/jdk/pull/6026