-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
tiger
-
generic
-
generic
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.
- relates to
-
JDK-4844847 ByteBuffer APIs for JCA/JCE crypto
-
- Resolved
-