Represents a reference to a dynamically loaded PKCS#11 module.
Summary
Types
@type path() :: String.t()
The path to the shared PKCS#11 library module file. Must always be a valid string.
@type ref() :: reference()
NIF reference to the loaded PKCS#11 module.
A struct representing a loaded PKCS#11 module.
Fields:
path(String.t()): The file path of the module (always required).ref(reference()): A NIF reference to the loaded module.