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

Deprecate security APIs that have been superseded

XMLWordPrintable

    • b55

        These packages have not been been officially deprecated, but they have been superseded by replacements for a long time:

        - java.security.acl (superseded by java.security.Policy and related classes since 1.2)
        - javax.security.cert (superseded by java.security.cert since 1.4)

        They should be deprecated. We should also deprecate the following methods in classes in javax.net.ssl which return javax.security.cert.X509Certificate types:

          - HandshakeCompletedEvent.getPeerCertificateChain
          - SSLSession.getPeerCertificateChain

              juh Jason Uh (Inactive)
              juh Jason Uh (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: