JDK-8046949 : Generify the javax.xml.crypto API
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.xml.crypto
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-06-16
  • Updated: 2017-05-17
  • Resolved: 2014-11-21
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.

To download the current JDK release, click here.
JDK 9
9 b42Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8164472 :  
Description
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
07-11-2014