JDK-4923484 : Add RSA-OAEP parameters for XML Encryption
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.xml.crypto
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_7
  • CPU: generic
  • Submitted: 2003-09-16
  • Updated: 2017-05-16
  • Resolved: 2003-12-15
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.
Other
5.0 b32Fixed
Description
###@###.### 2003-09-16

In section 5.4.2 of the W3C XML Encryption recommendation
(http://www.w3.org/TR/xmlenc-core) it specifies the RSA-OAEP 
algorithm for key transport. 

The JCE does not allow an application to specify the OAEPParams 
element as input to the RSA/ECB/OAEPWith<digest>And<mgf>Padding 
transformation.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta
03-09-2004

EVALUATION ###@###.### 2003-09-29 will fix.
29-09-2003

SUGGESTED FIX ###@###.### 2003-09-16 Add API to allow programmer to pass OAEPParams (e.g. an AlgorithmParameterSpec subclass) to Cipher.init as well as enhance our provider to support it.
16-09-2003