com.businessobjects.dsws
Class SSLWrapper

java.lang.Object
  extended by 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

Constructor Summary
SSLWrapper()
           
 
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
 

Constructor Detail

SSLWrapper

public SSLWrapper()
Method Detail

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.