public class HTTPSSLProvider extends Object implements org.apache.commons.httpclient.auth.CredentialsProvider, org.apache.commons.httpclient.Credentials, Serializable
| Constructor and Description |
|---|
HTTPSSLProvider() |
HTTPSSLProvider(String keystore,
String keypass) |
HTTPSSLProvider(String keystore,
String keypass,
String truststore,
String trustpass) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.Credentials |
getCredentials(org.apache.commons.httpclient.auth.AuthScheme authscheme,
String host,
int port,
boolean isproxy) |
String |
getKeypassword() |
String |
getKeystore() |
String |
getTrustpassword() |
String |
getTruststore() |
public HTTPSSLProvider()
public HTTPSSLProvider(String keystore, String keypass, String truststore, String trustpass)
public String getKeystore()
public String getKeypassword()
public String getTruststore()
public String getTrustpassword()
public org.apache.commons.httpclient.Credentials getCredentials(org.apache.commons.httpclient.auth.AuthScheme authscheme,
String host,
int port,
boolean isproxy)
throws org.apache.commons.httpclient.auth.CredentialsNotAvailableException
getCredentials in interface org.apache.commons.httpclient.auth.CredentialsProviderorg.apache.commons.httpclient.auth.CredentialsNotAvailableExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.