Hi Xuelei,
On Thu, Jun 15, 2017 at 3:09 PM, Xuelei Fan <xuelei....@oracle.com> wrote: > > > I think more about the new TrustedAuthorityIndicator class. Maybe, it can > be replaced with the existing java.util.Map.Entry class (using > java.util.AbstractMap.SimpleImmutableEntry for the implementation). > > ExtendedSSLSession.java > List<Map.Entry<Byte, byte[]>> getRequestedTrustedCAs(); > > This looks a bit implicit and cryptic to me. I'd go for a more explicit, extensible and OO interface...