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.

@mozilla.org/security/pkiparamblock;1

This component implements the following interfaces:

Properties

nsIMutableArray nsIDialogParamBlock.objects

A place where you can store an nsIMutableArray to pass nsISupports

Methods

InterfaceMethod
nsIDialogParamBlock PRInt32 GetInt ( PRInt32 inIndex )
nsIPKIParamBlock nsISupports getISupportAtIndex ( PRInt32 index )
nsIDialogParamBlock PRUnichar* GetString ( PRInt32 inIndex )
nsIDialogParamBlock void SetInt ( PRInt32 inIndex , PRInt32 inInt )
nsIPKIParamBlock void setISupportAtIndex ( PRInt32 index , nsISupports object )
nsIDialogParamBlock void SetNumberStrings ( PRInt32 inNumStrings )
nsIDialogParamBlock void SetString ( PRInt32 inIndex , PRUnichar* inString )

Reference documentation is generated from Mozilla's source.