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

Remove outdated code/methods from PKIX implementation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • None
    • security-libs

      PKIXValidator has some code which behaves differently if called from Plugin or WebStart (look for VAR_PLUGIN_CODE_SIGNING). We should remove this legacy code which is not relevant anymore.

      The following internal APIs are also dead code and no longer necessary:

      - DistributionPointFetcher.getCRLs(X509CRLSelector, boolean, PublicKey, String, List<CertStore>, boolean[], Set<TrustAnchor>, Date, String)
      - DistributionPointFetcher.getCRLs(X509CRLSelector, boolean, PublicKey, String, List<CertStore>, boolean[], Set<TrustAnchor>, Date)
      - OCSP.check(X509Certificate, X509Certificate, URI, X509Certificate, Date)
      - OCSP.check(X509Certificate, X509Certificate, URI, X509Certificate, Date, List<Extension>)
      - OCSP.check(X509Certificate, X509Certificate, URI, X509Certificate, Date, List<Extension>, String)

            mullan Sean Mullan
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: