com.businessobjects.dsws
Class SSLWrapper
java.lang.Object
com.businessobjects.dsws.SSLWrapper
public class SSLWrapper
- extends java.lang.Object
The SSLWrapper objects contains information about the X509 certificate
used to contact SSL protected BusinessObjects Web Services.
Example:Create an SSL connection.
com.businessobjects.dsws.SSLWrapper.setSSL("E:\\https\\client.ts");
com.businessobjects.dsws.Connection boConnection;
boConnection = new com.businessobjects.dsws.Connection(new URL("http://:/dswsbobje/services/session"));
Session m_session = new Session(boConnection );
- See Also:
AuthenticationCredential,
Connection,
ProxyParameters,
Session
|
Method Summary |
static void |
setSSL(java.lang.String certificatePath)
Set the path of the X509 certificate used to contact SSL protected BusinessObjects Web Services. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLWrapper
public SSLWrapper()
setSSL
public static void setSSL(java.lang.String certificatePath)
- Set the path of the X509 certificate used to contact SSL protected BusinessObjects Web Services.
- Parameters:
certificatePath - The fully qualified path and file name of the X509 certificate.