Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
UI shown when a user is asked to download a new CA cert. Provides user with ability to choose trust settings for the cert. Asks the user to grant permission to import the certificate.
true if the user allows to import the certificate.
A user interface context.
The certificate that is about to get installed.
A bit mask of trust flags. See nsIX509CertDB for possible values.
UI shown when a user is about to restore a personal certificate from a backup file. The user is requested to enter the password that was used in the past to protect that backup file.
false if the user requests to cancel.
A user interface context.
The password provided by the user.
UI shown when a user's personal certificate is going to be exported to a backup file. The implementation of this dialog should make sure to prompt the user to type the password twice in order to confirm correct input. The wording in the dialog should also motivate the user to enter a strong password.
false if the user requests to cancel.
A user interface context.
The password provided by the user.
Generated using TypeDoc
Functions that implement user interface dialogs to manage certificates.