#1133 Add an XmlJavaTypeAdapter to the attributes storing key data in KeyData and KeyInfo classes
Closed: migrated 3 years ago by dmoluguw. Opened 9 years ago by kaskahn.

Currently both KeyData and KeyInfo store the key data internally as base64 encoded strings.
These are used to send data from the server to the client.
But the data is converted to byte[] on the client side - using Key class for KeyData and modified getter/setter in KeyInfo.

It is better to have an XMLJavaTyeAdapter for these attributes instead of having the code do the conversion from base64 encoded string to byte[] and vice versa, so that the actual types of these attributes is byte[] in these objects and are encoded/decoded using base64 while transferring the objects from server to client.


Proposed Milestone: 10.2.2 (per CS Meeting of 09/17/2014)

Per Dogtag 10.2.X meeting of 01/14/2015: Milestone 10.3

Metadata Update from @kaskahn:
- Issue set to the milestone: UNTRIAGED

7 years ago

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/1696

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)

3 years ago

Login to comment on this ticket.

Metadata