Searched defs:sslSession (Results 1 – 12 of 12) sorted by relevance
46 public static X509Certificate[] getCertChain(SSLSession sslSession) in getCertChain()105 …public static void customize(SSLSession sslSession, EndPoint endpoint, Request request) throws IOE… in customize()
110 SSLSession sslSession=sslEngine.getSession(); in customize() local618 SSLSession sslSession = sslEngine.getSession(); in doStart() local
152 SSLSession sslSession = sslSocket.getSession(); in customize() local
113 SSLSession sslSession = sslSocket.getSession(); in doHandshakeAndValidateServerCertificates() local
206 OpenSSLSessionImpl sslSession = (OpenSSLSessionImpl) session; in toBytes() local
111 private OpenSSLSessionImpl sslSession; field in OpenSSLEngineImpl
166 private OpenSSLSessionImpl sslSession; field in OpenSSLSocketImpl
662 OpenSSLSessionImpl sslSession = null; in setupSession() local
284 public static SSLSession wrapSSLSession(OpenSSLSessionImpl sslSession) { in wrapSSLSession()
318 public static SSLSession wrapSSLSession(OpenSSLSessionImpl sslSession) { in wrapSSLSession()
533 public static SSLSession wrapSSLSession(OpenSSLSessionImpl sslSession) { in wrapSSLSession()
2382 public abstract void run(long sslSession) throws Exception; in run()