Uses of Class
org.tmatesoft.svn.core.auth.SVNSSLAuthentication
-
Packages that use SVNSSLAuthentication Package Description org.tmatesoft.svn.core.auth This package contains interfaces/classes used by the library to authenticate a user to a repository server.org.tmatesoft.svn.core.internal.io.dav.http -
-
Uses of SVNSSLAuthentication in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return SVNSSLAuthentication Modifier and Type Method Description static SVNSSLAuthentication
SVNSSLAuthentication. newInstance(byte[] cert, char[] password, boolean storageAllowed, SVNURL url, boolean isPartial)
static SVNSSLAuthentication
SVNSSLAuthentication. newInstance(java.io.File certFile, char[] password, boolean storageAllowed, SVNURL url, boolean isPartial)
static SVNSSLAuthentication
SVNSSLAuthentication. newInstance(java.lang.String kind, java.lang.String alias, boolean storageAllowed, SVNURL url, boolean isPartial)
-
Uses of SVNSSLAuthentication in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as SVNSSLAuthentication Modifier and Type Field Description private SVNSSLAuthentication
HTTPSSLKeyManager. myAuthentication
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNSSLAuthentication Modifier and Type Method Description private static boolean
HTTPSSLKeyManager. isMSCAPI(SVNSSLAuthentication sslAuthentication)
javax.net.ssl.KeyManager[]
HTTPSSLKeyManager. loadClientCertificate(SVNSSLAuthentication sslAuthentication)
-