@Version(value="1.2")
Interface | Description |
---|---|
JSSEProvider |
JSSE provider utility interface.
|
SSLConfigChangeListener |
This interface is for components and applications to receive notifications
of dynamic changes to the SSL configurations returned by the JSSEHelper API.
|
Class | Description |
---|---|
Constants |
This contains most of the constants used for the SSL component.
|
JSSEHelper |
This class is for components and applications to utilize the SSL configuration
framework for selecting SSL configurations and turning them into SSL objects
such as SSLContext, Properties, URLStreamHandlers, and SocketFactories.
|
SSLConfig |
SSLConfig is responsible for maintaining all of the properties for an
individual SSL configuration that can be used to create an SSLContext.
|
SSLConfigChangeEvent |
This class is the event received by the SSLConfigChanceListener which
components and applications register with the JSSEHelper API.
|
Exception | Description |
---|---|
SSLConfigurationNotAvailableException | |
SSLException |
This is a generic exception thrown for most SSL-related errors.
|