package

com.sun.net.ssl

Provides classes related to creating and configuring secure socket factories. These classes are used with the Sun reference implementation of the Java Secure Socket Extension (JSSE).

Interfaces

HostnameVerifier This interface is deprecated. As of JDK 1.4, this implementation-specific class was replaced by HostnameVerifier and javax.net.ssl.CertificateHostnameVerifier.  
KeyManager This interface is deprecated. As of JDK 1.4, this implementation-specific class was replaced by KeyManager.  
TrustManager This interface is deprecated. As of JDK 1.4, this implementation-specific class was replaced by TrustManager.  
X509KeyManager This interface is deprecated. As of JDK 1.4, this implementation-specific class was replaced by X509KeyManager.  
X509TrustManager This interface is deprecated. As of JDK 1.4, this implementation-specific class was replaced by X509TrustManager.  

Classes

HttpsURLConnection This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by HttpsURLConnection.  
KeyManagerFactory This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by KeyManagerFactory.  
KeyManagerFactorySpi This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by KeyManagerFactorySpi.  
SSLContext This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by SSLContext.  
SSLContextSpi This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by SSLContextSpi.  
SSLPermission This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by SSLPermission.  
TrustManagerFactory This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by TrustManagerFactory.  
TrustManagerFactorySpi This class is deprecated. As of JDK 1.4, this implementation-specific class was replaced by TrustManagerFactorySpi.