TOC PREV NEXT INDEX

Put your logo here!


window.pkcs11


Returns the pkcs11 object , which can be used to install drivers other software associated with the pkcs11 protocol.

Syntax

pkcsObj = window.pkcs11 

Parameters

pkcsObj is an object reference.

Example

window.pkcs11.addModule(sMod, secPath, 0, 0); 

Notes

See the nsIDOMPkcs11.idl in the mozilla source for more information about how to manipulate pkcs11 objects.

Specification

DOM Level 0. Not part of specification. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX