JDK-6231216 : Support wrapping of software keys using RSA-PKCS1
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-02-19
  • Updated: 2010-04-02
  • Resolved: 2005-03-03
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 JDK 6
5.0u3 b05Fixed 6Fixed
Related Reports
Relates :  
Description
The RSA Cipher in the SunPKCS11 provider currently does not support the wrap() and unwrap() methods at all. It should at least support them when the key being wrapped is a software key. This can be achieved using standard C_Encrypt() / C_Decrypt calls.

A full solution that uses the PKCS#11 C_Wrap() and C_Unwrap() calls is also desirable. That is tracked by 6190389.

###@###.### 2005-2-19 02:39:52 GMT

Comments
EVALUATION Will fix. ###@###.### 2005-2-19 02:42:06 GMT
19-02-2005