Visit Mozilla.org

DOM:window.pkcs11

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

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

[edit] Syntax

objRef = window.pkcs11 

[edit] Example

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

[edit] Notes

See nsIDOMPkcs11 for more information about how to manipulate pkcs11 objects.

[edit] Specification

DOM Level 0. Not part of specification.