| Interface | Description |
|---|---|
| ISSLEnvironment |
Provide a SSL environment abstraction for creating preconfigured
SSLContext instances. |
| Class | Description |
|---|---|
| AcceptAllHostnameVerifier |
Accept all hostnames.
|
| AcceptLocalHostnameVerifier |
Accept local hostnames in addition to the
StrictHostnameVerifier. |
| CommonHostnameVerifier |
Common superclass for implementing
HostnameVerifier. |
| DefaultSSLEnvironment |
The default
ISSLEnvironment falls back to the default java
implementation. |
| DenyAllHostnameVerifier |
Deny all hostnames.
|
| InstallCert | |
| SSLEnvironment |
A VM singleton for the
ISSLEnvironment. |
| StrictHostnameVerifier |
Use the default hostname verifier.
|
| TCPConnection |
A connection spawned from a
TCPListener. |
| TCPListener |
A TCP listener framework for a port on localhost.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.