|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
HandshakeCompletedListener | This interface is implemented by any class which wants to receive notifications about the completion of an SSL protocol handshake on a given SSL connection. |
HostnameVerifier | This class is the base interface for hostname verification. |
KeyManager | This is the base interface for JSSE key managers. |
ManagerFactoryParameters | This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory. |
SSLSession | In SSL, sessions are used to describe an ongoing relationship between two entities. |
SSLSessionBindingListener | This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession. |
SSLSessionContext | A SSLSessionContext represents a set of
SSLSession s associated with a single entity. |
TrustManager | This is the base interface for JSSE trust managers. |
X509KeyManager | Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket. |
X509TrustManager | Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket. |
Class Summary | |
HandshakeCompletedEvent | This event indicates that an SSL handshake completed on a given SSL connection. |
HttpsURLConnection | HttpsURLConnection extends HttpURLConnection
with support for https-specific features. |
KeyManagerFactory | This class acts as a factory for key managers based on a source of key material. |
KeyManagerFactorySpi | This class defines the Service Provider Interface (SPI)
for the KeyManagerFactory class. |
SSLContext | Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories. |
SSLContextSpi | This class defines the Service Provider Interface (SPI)
for the SSLContext class. |
SSLPermission | This class is for various network permissions. |
SSLServerSocket | This class extends ServerSocket s and
provides secure server sockets using protocols such as the Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. |
SSLServerSocketFactory | SSLServerSocketFactory s create
SSLServerSocket s. |
SSLSessionBindingEvent | This event is propagated to a SSLSessionBindingListener. |
SSLSocket | This class extends Socket s and provides secure
socket using protocols such as the "Secure
Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols. |
SSLSocketFactory | SSLSocketFactory s create SSLSocket s. |
TrustManagerFactory | This class acts as a factory for trust managers based on a source of trust material. |
TrustManagerFactorySpi | This class defines the Service Provider Interface (SPI)
for the TrustManagerFactory class. |
Exception Summary | |
SSLException | Indicates some kind of error detected by an SSL subsystem. |
SSLHandshakeException | Indicates that the client and server could not negotiate the desired level of security. |
SSLKeyException | Reports a bad SSL key. |
SSLPeerUnverifiedException | Indicates that the peer's identity has not been verified. |
SSLProtocolException | Reports an error in the operation of the SSL protocol. |
Provides classes for the secure socket package. Using the secure socket classes, you can communicate using SSL or a related security protocol to reliably detect any errors introduced into the network byte stream and to optionally encrypt the data and/or authenticate the communicating peers.
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.