| Class | Description |
|---|---|
| AbstractSslContextFactory |
Abstract class to represent what we logically associate with the ssl context on the client side,
namely, the keystore and truststore.
|
| URLSslContextFactory |
Secure socket factory that is used the NIWS code if a non-standard key store or trust store
is specified.
|
| Exception | Description |
|---|---|
| ClientSslSocketFactoryException |
Reports problems detected by the ClientSslSocketFactory class.
|