JDK-4863051 : MessageDigest.Delegate must override engineUpdate(ByteBuffer)
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-05-13
  • Updated: 2003-06-26
  • Resolved: 2003-06-26
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 :  
Description
The static nested class MessageDigest.Delegate must override the just added method engineUpdate(ByteBuffer). It currently does not, which means that MessageDigest implementations that extend MessageDigestSpi always use the default implementation. In other words, they cannot get the performance advantages this method was designed for.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b10
14-06-2004

EVALUATION Will fix. ###@###.### 2003-05-13 Trivial 3 lines change, no regression test. ###@###.### 2003-05-23
13-05-2003