Class Summary |
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. |
EasySSLProtocolSocketFactory |
EasySSLProtocolSocketFactory can be used to creats SSL Socket s
that accept self-signed certificates. |
StrictSSLProtocolSocketFactory |
A SecureProtocolSocketFactory that uses JSSE to create
SSL sockets. |
TrustSSLProtocolSocketFactory |
TrustSSLProtocolSocketFactory allows you exercise full control over the
HTTPS server certificates you are going to trust. |