| Package | Description |
|---|---|
| org.apache.commons.httpclient.contrib.ssl | |
| org.apache.commons.ssl |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CRLSocket |
class |
HttpSecureProtocol
Hook into HttpClient.
|
class |
LDAPSocket |
Copyright © 2019. All rights reserved.