joelhockey / jacknji11

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

Make the CryptokiE constructors public. #48

Closed Bragolgirith closed 2 years ago

Bragolgirith commented 2 years ago

Since the CryptokiE class is intended to be used as the recommended API going forward I've made the constructors public. I've also set the private Cryptoki c/NativeProvider fields to final to improve maintainability.

joelhockey commented 2 years ago

thanks for that