TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http.remote
Class SSLCheckClass

java.lang.Object
  extended byorg.eclipse.hyades.execution.recorder.http.remote.SSLCheckClass

Deprecated. This is not public API. It will be moved to internal in TPTP 5 This class does all the SSL connections

public class SSLCheckClass
extends java.lang.Object


Constructor Summary
SSLCheckClass(ClientSideReader thisCSR)
          Deprecated.  
SSLCheckClass(ClientSideReader thisCSR, java.lang.String testKeys)
          Deprecated.  
 
Method Summary
 void checkRightSideContexts()
          Deprecated.  
 boolean connectToSecureServer(java.lang.String destStr, int port)
          Deprecated.  
 boolean createSSLSpyServerSocket()
          Deprecated.  
 boolean makeSecureConnection()
          Deprecated.  
 boolean makeSecureConnectionHTTP(byte[] proxyConnect, int proxyLength, java.lang.String proxyAddr, int proxyPort, boolean diffSSLProxy)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLCheckClass

public SSLCheckClass(ClientSideReader thisCSR,
                     java.lang.String testKeys)
Deprecated. 

SSLCheckClass

public SSLCheckClass(ClientSideReader thisCSR)
Deprecated.  

Parameters:
thisCSR -
Method Detail

makeSecureConnection

public boolean makeSecureConnection()
Deprecated. 

connectToSecureServer

public boolean connectToSecureServer(java.lang.String destStr,
                                     int port)
Deprecated. 

createSSLSpyServerSocket

public boolean createSSLSpyServerSocket()
Deprecated. 

makeSecureConnectionHTTP

public boolean makeSecureConnectionHTTP(byte[] proxyConnect,
                                        int proxyLength,
                                        java.lang.String proxyAddr,
                                        int proxyPort,
                                        boolean diffSSLProxy)
Deprecated. 

checkRightSideContexts

public void checkRightSideContexts()
Deprecated. 

TPTP 4.3.0 Testing Tools Project
Public API Specification