JDK-4898428 : JSSE and JCE frameworks should use Provider.Service API
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-07-30
  • Updated: 2003-08-17
  • Resolved: 2003-08-17
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 tigerFixed
Related Reports
Relates :  
Relates :  
Description
(I am filing one bug to cover both JSSE and JCE)

The JSSE and JCE frameworks should be updated to use the just introduced Provider.Service API. This will lead to:

 . much better performance for x.getInstance()

 . additional features (error failover, integration with hardware providers for JCE)

 . elimination of duplicated code

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b16
02-09-2004

EVALUATION Will fix. To accomodate the special JCE Cipher transformation lookups some code in sun.security.jca needs to be changed as well. ###@###.### 2003-07-30 x.getInstance() for JCE and JSSE is now typically 5-10 times as fast as before. ###@###.### 2003-08-08
30-07-2003