Uses of Package
javax.net.ssl

Packages that use javax.net.ssl
com.dstc.security.ssl Provides configurable SSLSocket and SSLServerSocket factories. 
javax.net.ssl This package defines interfaces and classes for the Java Secure Sockets Extension (JSSE). 
 

Classes in javax.net.ssl used by com.dstc.security.ssl
SSLServerSocketFactory
           This class creates SSL server sockets.
SSLSocketFactory
           Instances of this kind of socket factory return SSL sockets.
 

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.
SSLException
           Indicates some kind of error detected by an SSL subsystem.
SSLPeerUnverifiedException
           Indicates that the peer's identity has not been verified.
SSLSession
          In SSL, sessions are used to describe an ongoing relationship between two entities.
SSLSessionBindingEvent
           This event is communicated to a SSLSessionBindingListener whenever such a listener is bound to or unbound from a SSLSession value.
SSLSessionContext
           A SSLSessionContext is a grouping of SSLSessions associated with a single entity.
SSLSocket
           SSLSocket is a class extended by sockets which support the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.