Uses of Class
org.apache.commons.ssl.SSLClient

Packages that use SSLClient
org.apache.commons.httpclient.contrib.ssl   
org.apache.commons.ssl   
 

Uses of SSLClient in org.apache.commons.httpclient.contrib.ssl
 

Subclasses of SSLClient in org.apache.commons.httpclient.contrib.ssl
 class AuthSSLProtocolSocketFactory
          

AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS server against a list of trusted certificates and to authenticate to the HTTPS server using a private key.

 class EasySSLProtocolSocketFactory
          

EasySSLProtocolSocketFactory can be used to creats SSL Sockets that accept self-signed certificates.

 class StrictSSLProtocolSocketFactory
          A SecureProtocolSocketFactory that uses JSSE to create SSL sockets.
 class TrustSSLProtocolSocketFactory
          

TrustSSLProtocolSocketFactory allows you exercise full control over the HTTPS server certificates you are going to trust.

 

Uses of SSLClient in org.apache.commons.ssl
 

Subclasses of SSLClient in org.apache.commons.ssl
 class HttpSecureProtocol
          Hook into HttpClient.
 class LDAPSocket
           
 



Copyright © 2011. All Rights Reserved.