public class nsISSLStatus extends nsISupports
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static int | LAST_METHOD_ID | 
| static nsID | NS_ISSLSTATUS_10_IID | 
| static java.lang.String | NS_ISSLSTATUS_10_IID_STR | 
| static nsID | NS_ISSLSTATUS_IID | 
| static java.lang.String | NS_ISSLSTATUS_IID_STR | 
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description | 
|---|
| nsISSLStatus(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | GetCipherName(int[] aCipherName) | 
| int | GetIsDomainMismatch(int[] aIsDomainMismatch) | 
| int | GetIsExtendedValidation(int[] aIsExtendedValidation) | 
| int | GetIsNotValidAtThisTime(int[] aIsNotValidAtThisTime) | 
| int | GetIsUntrusted(int[] aIsUntrusted) | 
| int | GetKeyLength(int[] aKeyLength) | 
| int | GetSecretKeyLength(int[] aSecretKeyLength) | 
| int | GetServerCert(int[] aServerCert) | 
AddRef, getAddress, QueryInterface, Releasestatic final int LAST_METHOD_ID
public static final java.lang.String NS_ISSLSTATUS_IID_STR
public static final java.lang.String NS_ISSLSTATUS_10_IID_STR
public static final nsID NS_ISSLSTATUS_IID
public static final nsID NS_ISSLSTATUS_10_IID
public int GetServerCert(int[] aServerCert)
public int GetCipherName(int[] aCipherName)
public int GetKeyLength(int[] aKeyLength)
public int GetSecretKeyLength(int[] aSecretKeyLength)
public int GetIsDomainMismatch(int[] aIsDomainMismatch)
public int GetIsNotValidAtThisTime(int[] aIsNotValidAtThisTime)
public int GetIsUntrusted(int[] aIsUntrusted)
public int GetIsExtendedValidation(int[] aIsExtendedValidation)