Replace all OID strings with KnownOIDs constants

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 8-pool
    • Affects Version/s: 8
    • Component/s: 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*

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

              Created:
              Updated: