This rule flags usage statements of
com.sun.net.ssl.internal
packages in Java files.
The following packages are flagged by this rule.
- import com.sun.net.ssl.internal.*;
- import com.sun.net.ssl.internal.pkcs12.*;
- import com.sun.net.ssl.internal.ssl.*;
- import com.sun.net.ssl.internal.www.*;
- import com.sun.net.ssl.internal.www.protocol.*;
- import com.sun.net.ssl.internal.www.protocol.https.*;
These packages are not available in IBM Java and should not be used.
The following classes, which are found in the preceding packages, are not flagged by this rule because
they are handled by the related referenced rules:
- com.sun.net.ssl.internal.ssl.Debug
- com.sun.net.ssl.internal.ssl.Provider
- com.sun.net.ssl.internal.ssl.SSLServerSocketFactoryImpl
- com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
- com.sun.net.ssl.internal.www.protocol.https.Handler
Related rules: