Gcr.pkcs11_set_modules

function pkcs11_set_modules(modules: Array(Gck.Module)): void {
    // Gjs wrapper for gcr_pkcs11_set_modules()
}
  

Set the list of PKCS\#11 modules that are used by the GCR library. Each module in the list is a Gck.Module object.

It is not normally necessary to call this function. The available PKCS\#11 modules installed on the system are automatically loaded by the GCR library.

modules

a list of Gck.Module