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

CertificateExtensions uses non-consistent key names

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 8
    • security-libs
    • None

      The sun.security.x509.CertificateExtensions class maintains a Map<String,Extension> map field to store all the extensions it manages. The key of map uses the name (say, "BasicConstraints") of the extension, or the OID when the type of the extension is unknown.

      This might have several issues:

      1. This inconsistency made the code very difficult to maintain

      2. Although it looks like the name will be always used when a name is available, this is not documented clearly and well-known. For example, X509CertImpl::getExtension(OID) does not make use of this fact.

      It should be much simpler to always using the OID as the key (either an ObjectIdentifier object or a String).

            weijun Weijun Wang
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: