On Wed, 1 Dec 2021 01:15:27 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. > > Weijun Wang has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excludes the unrelated changes > brought in by the merge/rebase. The pull request contains seven additional > commits since the last revision: > > - final spec change > - Merge branch 'master' into 8225181 > - Merge branch 'master' into 8225181 > - redine spec > - more clear and precise spec > - clarification on protected attributes > - 8225181: KeyStore should have a getAttributes method > > 8225181: KeyStore should have a getAttributes method Marked as reviewed by mullan (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6026