Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.net.ssl

Classes in javax.net.ssl used by javax.net.ssl
HandshakeCompletedEvent
          An event raised by a SSLSocket and passed to the HandshakeCompletedListener.handshakeCompleted(HandshakeCompletedEvent) 55 method of all registered listeners when a SSL handshake in a SSL protocol is completed.
HandshakeCompletedListener
          An event listener that waits to be notified of HandshakeCompletedEvent objects created when handshake phase of the SSL protocol is completed for a particular connection.
HostnameVerifier
          The interface for classes that perform hostname verification for cases when the hostname used to begin the connection (such as in a URL) does not match the hostname used in the SSL handshake.
KeyManager
          A marker interface for objects that serve as key managers in SSL communications.
KeyManagerFactory
          A class that creates key manager implementations based on a requested algorithm.
KeyManagerFactorySpi
          The Service Provider Interface (SPI) for key manager factories.
ManagerFactoryParameters
          A marker interface for classes that serve as key or trust manager parameters, used to initialize instances of KeyManagerFactory or TrustManagerFactory.
SSLContext
          A "meta-factory" for protocol-specific socket and server socket factories.
SSLContextSpi
          The Service Provider Interface (SPI) for SSLContext objects.
SSLException
          The superclass of all possible SSL exceptions.
SSLPeerUnverifiedException
          An exception thrown when the remote peer could not be verified.
SSLServerSocketFactory
          A server socket factory for Secure Socket Layer (SSL) server sockets.
SSLSession
          An SSL session is a mechanism through which connections can be established by re-using previously negotiated handshakes.
SSLSessionBindingEvent
          An event raised by SSLSession objects when objects are bound to them.
SSLSessionContext
          A collection of saved SSL sessions, with thier corresponding session IDs.
SSLSocket
          A socket that communicates over the secure socket layer protocol.
SSLSocketFactory
          A socket factory for creating Secure Socket Layer (SSL) sockets.
TrustManager
          A marker interface for classes that establish the trust of remote hosts.
TrustManagerFactory
          A factory for creating trust manager objects.
TrustManagerFactorySpi
          The service provider interface (SPI) for trust managers.