src/java.base/share/classes/sun/security/ssl/HandshakeContext.java
branchJDK-8145252-TLS13-branch
changeset 56702 75527e40bdfd
parent 56660 66c803c3ce32
child 56715 b152d06ed6a9
equal deleted inserted replaced
56701:5d76e867b5cd 56702:75527e40bdfd
   150     //
   150     //
   151     // May need a public API for the indication in the future.
   151     // May need a public API for the indication in the future.
   152     List<SNIServerName>                     requestedServerNames;
   152     List<SNIServerName>                     requestedServerNames;
   153     SNIServerName                           negotiatedServerName;
   153     SNIServerName                           negotiatedServerName;
   154 
   154 
   155     List<PskKeyExchangeMode>                pskKeyExchangeModes = new ArrayList<>();
       
   156 
       
   157     // OCSP Stapling info
   155     // OCSP Stapling info
   158     boolean                                 staplingActive = false;
   156     boolean                                 staplingActive = false;
   159 
   157 
   160     protected HandshakeContext(SSLContextImpl sslContext,
   158     protected HandshakeContext(SSLContextImpl sslContext,
   161             TransportContext conContext) throws IOException {
   159             TransportContext conContext) throws IOException {