IBM / OpenJCEPlus

This project makes use of Java and C/C++. This project will create OpenJCEPlus and OpenJCEPlusFIPS cryptographic providers which are implementations of the Java™ Cryptography Extensions (JCE) APIs. The actual cryptographic code will come from the OpenCryptographyKitC project which is based on OpenSSL.
Apache License 2.0
4 stars 10 forks source link

Update MessageDigest to implement the Clonable interface #102

Closed KostasTsiounis closed 1 month ago

KostasTsiounis commented 1 month ago

The MessageDigest, as well as the Digest, class is now implementing the Cloneable interface, allowing it to be used by classes requiring that functionality, such as the PKCS12 key stores, or the underlying Hmac ones.

Back-ported from: https://github.com/IBM/OpenJCEPlus/pull/98

Signed-off-by: Kostas Tsiounis kostas.tsiounis@ibm.com