org.tmatesoft.svn.core.auth
public class SVNSSLAuthentication extends SVNAuthentication
SSL credential kind.
Version: 1.1.1
| Constructor Summary | |
|---|---|
| SVNSSLAuthentication(File certFile, String password, boolean storageAllowed)
Creates an SSL credentials object.
| |
| Method Summary | |
|---|---|
| File | getCertificateFile()
Returns a user's certificate file.
|
| String | getPassword()
Return a user's password.
|
Parameters: certFile user's certificate file password user's password storageAllowed to store or not this credential in a credentials cache
Returns: certificate file
Returns: a password