The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Make API changes to the javax.xml.crypto API (XML Signature) to properly support Generics.
Comments
Suggested Release Notes text:
The XML Digital Signature API (javax.xml.crypto and subpackages) has been enhanced to better support generics:
- all Collection and Iterator parameters and return types have been changed to parameterized types
- javax.xml.crypto.NodeSetData has been changed to a generic class and implements Iterable so that it can be used in for-each loops