pkcs11 API
PKCS#11 module management API
Permissions
Functions
getModuleSlots(name)
Enumerate a module’s slots, each with their name and whether a token is present
Parameters
name
(string)
Required permissions
installModule(name, [flags])
Install a PKCS#11 module with a given name
Parameters
name
(string)
[flags
]
(integer, optional)
Required permissions
isModuleInstalled(name)
checks whether a PKCS#11 module, given by name, is installed
Parameters
name
(string)
Required permissions
uninstallModule(name)
Remove an installed PKCS#11 module from firefox
Parameters
name
(string)
Required permissions