joelhockey / jacknji11

Java Native Interface for PKCS#11
MIT License
32 stars 22 forks source link

Introduced Initialize(String customLibrary) #39

Closed yerlibilgin closed 3 years ago

yerlibilgin commented 3 years ago

This commit contains the additional functionality to Initialize the library for different pkcs11 libraries via parameters or environment variables.

yerlibilgin commented 3 years ago

I will push the other commits later. This one is more urgent.

joelhockey commented 3 years ago

You've added javadoc fixes as a second commit. Could you make it a separate pull request?

joelhockey commented 3 years ago

I modified your approach in cbdd6970437e8afe0c9031572b150fa74f42bb8a

Let me know if that works for you.