Uses of Package
com.sun.net.ssl

Packages that use com.sun.net.ssl
com.sun.net.ssl Provides classes related to creating and configuring secure socket factories. 
 

Classes in com.sun.net.ssl used by com.sun.net.ssl
HostnameVerifier
          HostnameVerifier provides a callback mechanism so that implementers of this interface can supply a policy for handling the case where the host to connect to and the server name from the certificate mismatch.
KeyManager
          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.
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.
TrustManager
          Base interface for JSSE trust managers which manage authentication trust decisions for different types of authentication material.
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.