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

Replace all OID strings with KnownOIDs constants

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 8-pool
    • 8
    • security-libs

      As a part of backport of JDK-8242151 we have introuced KnownOIDs.java file holding all OIDs constant for re-use.
      Repace all manual OID string entries with the constant in KnownOID, which might have been left out after JDK-8242151.

      The following grep gives out full result where string replacement is necessary:

      grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" java.base/
      grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" j*secu*
      grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" *mscap*

            pkumaraswamy Prajwal Kumaraswamy
            pkumaraswamy Prajwal Kumaraswamy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: