JDK-6222485 : Using new KeyStore builder APIs in JSSE for Java plugin and Java Webstart
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 5.0,6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows,windows_2000
  • CPU: x86
  • Submitted: 2005-01-27
  • Updated: 2010-04-04
  • Resolved: 2005-05-31
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 6
6 b39Fixed
Related Reports
Duplicate :  
Description
In JSSE, there are some existing KeyStore APIs, the Java plugin and Java webstart should use these APIs directly to do the client authentication verification check. Currenly we did all of these check in our code, which probably has some bug (such as multi pop up password dialog boxes) and can't utilize the new feature which JSSE APIs provided.
###@###.### 2005-1-27 19:29:51 GMT

Comments
EVALUATION This RFE has been implemented in Mustang B39, it include two parts: 1. Using KeyStore Builde API to implement client authentication and 2. Provide password protect to all JRE keystore. ###@###.### 2005-05-19 19:14:20 GMT
19-05-2005