nsIFormSigningDialog Provides UI for form signing.
[scriptable, uuid(4fe04d6d-4b66-4023-a0bc-b43ce68b3e15)]
Methods
confirmSignText
UI shown when a web site calls crypto.signText,
asking the user to confirm the confirm the signing request.
returns true if the user confirmed, false on cancel
boolean
confirmSignText(in nsIInterfaceRequestor ctxt, in AString host, in AString signText, [array, size_is(count)] in wstring certNickList, [array, size_is(count)] in wstring certDetailsList, in PRUint32 count, out PRInt32 selectedIndex, out AString password)