Class | Description |
---|---|
NonValidatingFactory |
Provide a SSLSocketFactory that allows SSL connections to be
made without validating the server's certificate.
|
NonValidatingFactory.NonValidatingTM | |
SingleCertValidatingFactory |
Provides a SSLSocketFactory that authenticates the remote server against
an explicit pre-shared SSL certificate.
|
WrappedFactory |
Provide a wrapper to a real SSLSocketFactory delegating all calls
to the contained instance.
|