#40 Clean up Certificate Extensions Mangement
Closed: migrated by dmoluguw. Opened by admiyo.

Certificates make use of the interface CertAttrSet. This has a couple methods that assume Hashtable type behavior:

void set(String name, Object obj)
    throws CertificateException, IOException;

Object get(String name)
throws CertificateException, IOException;

One class that implements this interface is netscape.security.x509.Extensions which also extends Hashtable.
At some place, code pulls objects out of the Hashtables and assumes that they can be case to netscape.security.x509.Extension but other places stoer primiteive wrappers in the Hashtable and so forth.

This interface needs to be split into more appropriate pieces. THere should be one interface for managing collections of Extension, and a different one for handling getting/seeting the primitives and other attribute of certificates.


This is a code refactoring which doesn't affect the user.

Metadata Update from @admiyo:
- Issue assigned to edewata
- Issue set to the milestone: UNTRIAGED

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/612

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

Metadata