Searched refs:wrapSSLSession (Results 1 – 11 of 11) sorted by relevance
93 static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Java8PlatformUtil
558 static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Platform560 return Java8PlatformUtil.wrapSSLSession(sslSession); in wrapSSLSession()
92 static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Java8PlatformUtil
557 static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Platform559 return Java8PlatformUtil.wrapSSLSession(sslSession); in wrapSSLSession()
111 Platform.wrapSSLSession(new ExternalSession(new Provider() {698 return Platform.wrapSSLSession(new ExternalSession(new Provider() { in getHandshakeSession()
160 Platform.wrapSSLSession(new ExternalSession(new Provider() {587 return Platform.wrapSSLSession(new ExternalSession(new Provider() { in handshakeSession()
110 Platform.wrapSSLSession(new ExternalSession(new Provider() {697 return Platform.wrapSSLSession(new ExternalSession(new Provider() { in getHandshakeSession()
159 Platform.wrapSSLSession(new ExternalSession(new Provider() {586 return Platform.wrapSSLSession(new ExternalSession(new Provider() { in handshakeSession()
441 static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Platform
440 static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Platform
856 public static SSLSession wrapSSLSession(ExternalSession sslSession) { in wrapSSLSession() method in Platform