Uses of Class
org.tmatesoft.svn.core.internal.io.dav.http.HTTPSSLKeyManager
-
Packages that use HTTPSSLKeyManager Package Description org.tmatesoft.svn.core.internal.io.dav.http -
-
Uses of HTTPSSLKeyManager in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as HTTPSSLKeyManager Modifier and Type Field Description private HTTPSSLKeyManager
HTTPConnection. myKeyManager
Methods in org.tmatesoft.svn.core.internal.io.dav.http that return HTTPSSLKeyManager Modifier and Type Method Description private HTTPSSLKeyManager
HTTPConnection. createKeyManager()
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type HTTPSSLKeyManager Modifier and Type Method Description private void
HTTPConnection. connect(HTTPSSLKeyManager keyManager, javax.net.ssl.TrustManager trustManager, ISVNProxyManager proxyManager)
-