com.ca.commons.security.ssl
Class CustomNoTrustCheckSSLSocketFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
com.ca.commons.security.ssl.CustomSSLSocketFactory
com.ca.commons.security.ssl.CustomNoTrustCheckSSLSocketFactory
public class CustomNoTrustCheckSSLSocketFactory
- extends CustomSSLSocketFactory
Custom SSLSocketFactory which does not perform peer certificate trust verification.
| 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 |
CustomNoTrustCheckSSLSocketFactory
protected CustomNoTrustCheckSSLSocketFactory(SSLSocketFactory factory)
getDefault
public static SocketFactory getDefault()
Created 2011-07-14 13:27 EST