public class nsICertificateDialogs extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_ICERTIFICATEDIALOGS_IID |
static java.lang.String |
NS_ICERTIFICATEDIALOGS_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsICertificateDialogs(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConfirmDownloadCACert(long ctx,
long cert,
int[] trust,
int[] _retval) |
int |
CrlImportStatusDialog(long ctx,
long crl) |
int |
GetPKCS12FilePassword(long ctx,
long password,
int[] _retval) |
int |
NotifyCACertExists(long ctx) |
int |
SetPKCS12FilePassword(long ctx,
long password,
int[] _retval) |
int |
ViewCert(long ctx,
long cert) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_ICERTIFICATEDIALOGS_IID_STR
public static final nsID NS_ICERTIFICATEDIALOGS_IID
public int ConfirmDownloadCACert(long ctx,
long cert,
int[] trust,
int[] _retval)
public int NotifyCACertExists(long ctx)
public int SetPKCS12FilePassword(long ctx,
long password,
int[] _retval)
public int GetPKCS12FilePassword(long ctx,
long password,
int[] _retval)
public int ViewCert(long ctx,
long cert)
public int CrlImportStatusDialog(long ctx,
long crl)