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
3 stars 10 forks source link

Rename initialize method to ockInitialize #68

Closed jasonkatonica closed 3 months ago

jasonkatonica commented 3 months ago

The method name initialize is too generic and may cause conflicts with other libraries who have the same symbol name loaded globally.

Signed-off-by: Jason Katonica katonica@us.ibm.com