WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMCrypto

IID:d2b675a5-f05b-4172-bac2-24cc39ffd398
Inherits From:nsISupports

Properties

PRBool enableSmartCardEvents

readonly DOMString version


Methods

void alert ( DOMString message ) void disableRightClick ( ) nsIDOMCRMFObject generateCRMFRequest ( ) DOMString importUserCertificates ( DOMString nickname , DOMString cmmfResponse , PRBool doForcedBackup ) void logout ( ) DOMString popChallengeResponse ( DOMString challenge ) DOMString random ( PRInt32 numBytes ) DOMString signText ( DOMString stringToSign , DOMString coption )

void alert ( DOMString message )

Arguments:
message

void disableRightClick ( )


nsIDOMCRMFObject generateCRMFRequest ( )


DOMString importUserCertificates ( DOMString nickname , DOMString cmmfResponse , PRBool doForcedBackup )

Arguments:
nickname
cmmfResponse
doForcedBackup

void logout ( )


DOMString popChallengeResponse ( DOMString challenge )

Arguments:
challenge

DOMString random ( PRInt32 numBytes )

Arguments:
numBytes

DOMString signText ( DOMString stringToSign , DOMString coption )

Arguments:
stringToSign
coption

References

This interface is the type of the following properties:

nsIDOMWindowInternal.crypto

Reference documentation is generated from Mozilla's source.