Closed Bragolgirith closed 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.
CryptokiE
Cryptoki c
final
thanks for that
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 privateCryptoki c
/NativeProvider fields tofinal
to improve maintainability.