|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
HandshakeCompletedListener | |
SSLSession | |
SSLSessionBindingListener | |
SSLSessionContext |
Class Summary | |
HandshakeCompletedEvent | |
SSLServerSocket | |
SSLServerSocketFactory | Class SSLServerSocketFactory provides SUN's interface specification but adds no functionality. |
SSLSessionBindingEvent | |
SSLSocket | |
SSLSocketFactory | Class SSLSocketFactory is an abstract class which provides Sun's interface, but no functionality. |
Exception Summary | |
SSLException | |
SSLHandshakeException | |
SSLKeyException | |
SSLPeerUnverifiedException | |
SSLProtocolException |
Provides abtract interfaces to Sun Microsystems Secure Sockets Layer (SSL) API. The SSL API is a standard extension to release 1.1 of the Java platform.
The intended usage for this package is to provide a well defined interface for the Secure Sockets Layer (SSL) API, which could be implemented in different ways.However, the non-abstract static methods mentioned above offer a standard way to get the current implementation of this package.
Every application should use the SSLSocketFactory.setDefault to set the current implementation of this package in its runtime environment setup. Applications using SSL could then obtain the factories for the current implementation by calling SSLSocketFactory.getDefault / SSLServerSocketFactory.getDefault
If you already have a abstract interface matching Sun's specification for the Secure Sockets Layer (SSL) API, you may not need this package.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |