com.ca.commons.security.ssl
Class CustomNoTrustCheckSSLSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by com.ca.commons.security.ssl.CustomSSLSocketFactory
              extended by com.ca.commons.security.ssl.CustomNoTrustCheckSSLSocketFactory

public class CustomNoTrustCheckSSLSocketFactory
extends CustomSSLSocketFactory

Custom SSLSocketFactory which does not perform peer certificate trust verification.


Field Summary
 
Fields inherited from class com.ca.commons.security.ssl.CustomSSLSocketFactory
logger
 
Constructor Summary
protected CustomNoTrustCheckSSLSocketFactory(SSLSocketFactory factory)
           
 
Method Summary
static SocketFactory getDefault()
           
 
Methods inherited from class com.ca.commons.security.ssl.CustomSSLSocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getDefaultProtocols, getSupportedCipherSuites, getSupportedProtocols, initCAKeyStore, initClientCertKeyStore, setTraceCerts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomNoTrustCheckSSLSocketFactory

protected CustomNoTrustCheckSSLSocketFactory(SSLSocketFactory factory)
Method Detail

getDefault

public static SocketFactory getDefault()


Created 2011-07-14 13:27 EST