Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
package

org.apache.http.conn.ssl

TLS/SSL specific parts of the HttpConn API.

Interfaces

X509HostnameVerifier Interface for checking if a hostname matches the names stored inside the server's X.509 certificate. 

Classes

AbstractVerifier Abstract base class for all standard X509HostnameVerifier implementations. 
AllowAllHostnameVerifier The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. 
BrowserCompatHostnameVerifier The HostnameVerifier that works the same way as Curl and Firefox. 
SSLSocketFactory Layered socket factory for TLS/SSL connections, based on JSSE. 
StrictHostnameVerifier The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc.