JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Package
javax.net.ssl

Packages that use javax.net.ssl
javax.naming.ldap Provides support for LDAPv3 extended operations and controls. 
javax.net.ssl Provides classes for the secure socket package. 
 

Classes in javax.net.ssl used by javax.naming.ldap
HostnameVerifier
          This class is the base interface for hostname verification.
SSLSession
          In SSL, sessions are used to describe an ongoing relationship between two entities.
SSLSocketFactory
          SSLSocketFactorys create SSLSockets.
 

Classes in javax.net.ssl used by javax.net.ssl
HandshakeCompletedEvent
          This event indicates that an SSL handshake completed on a given SSL connection.
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.
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.
ManagerFactoryParameters
          This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory.
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.
SSLException
          Indicates some kind of error detected by an SSL subsystem.
SSLPeerUnverifiedException
          Indicates that the peer's identity has not been verified.
SSLServerSocketFactory
          SSLServerSocketFactorys create SSLServerSockets.
SSLSession
          In SSL, sessions are used to describe an ongoing relationship between two entities.
SSLSessionBindingEvent
          This event is propagated to a SSLSessionBindingListener.
SSLSessionContext
          A SSLSessionContext represents a set of SSLSessions associated with a single entity.
SSLSocket
          This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
SSLSocketFactory
          SSLSocketFactorys create SSLSockets.
TrustManager
          This is the base interface for JSSE trust managers.
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.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.