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

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

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

Subclasses of HttpSecureProtocol 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.

 



Copyright © 2011. All Rights Reserved.