Handle to a loaded PKCS#11 library.
For most use cases, a single instance of Pkcs11Lib should be used for the lifetime of your application.
nodejs only.
Path to PKCS#11 library.
Specifies how C_Initialize() and C_Finalize() will be called on the PKCS#11 library.
C_Initialize()
C_Finalize()
Release the PKCS#11 library immediately, without waiting for the GC.
Generated using TypeDoc
Handle to a loaded PKCS#11 library.
For most use cases, a single instance of Pkcs11Lib should be used for the lifetime of your application.
nodejs only.