mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
interface Pkcs11 {
|
|
/* IID: {0x9fd42950, 0x25e7, 0x11d4, \
|
|
{0x8a, 0x7d, 0x00, 0x60, 0x08, 0xc8, 0x44, 0xc3}} */
|
|
|
|
long deletemodule(in DOMString moduleName);
|
|
long addmodule(in DOMString moduleName, in DOMString libraryFullPath, in long cryptoMechanismFlags, in long cipherFlags);
|
|
};
|
|
|