Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8215430

Remove the internal package com.sun.net.ssl

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 13
    • None
    • security-libs
    • None

      The full package "com.sun.net.ssl" had been deprecated since JDK 1.4, and the codes have not been updated for a while. There is only two external dependency of the code. They are external JSSE provider (Security.java) and the RSA Signature provider (Signature.java).

      This package is not exported in the java.base module, and application cannot use them directly any more. It should be safe to remove them now, and reorg the provider impl code to sun.security.ssl.

            xuelei Xuelei Fan
            xuelei Xuelei Fan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: