public class nsIX509CertValidity extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_IX509CERTVALIDITY_IID |
static java.lang.String |
NS_IX509CERTVALIDITY_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIX509CertValidity(int address) |
Modifier and Type | Method and Description |
---|---|
int |
GetNotAfter(int aNotAfter) |
int |
GetNotAfterGMT(int aNotAfterGMT) |
int |
GetNotAfterLocalDay(int aNotAfterLocalDay) |
int |
GetNotAfterLocalTime(int aNotAfterLocalTime) |
int |
GetNotBefore(int aNotBefore) |
int |
GetNotBeforeGMT(int aNotBeforeGMT) |
int |
GetNotBeforeLocalDay(int aNotBeforeLocalDay) |
int |
GetNotBeforeLocalTime(int aNotBeforeLocalTime) |
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_IX509CERTVALIDITY_IID_STR
public static final nsID NS_IX509CERTVALIDITY_IID
public int GetNotBefore(int aNotBefore)
public int GetNotBeforeLocalTime(int aNotBeforeLocalTime)
public int GetNotBeforeLocalDay(int aNotBeforeLocalDay)
public int GetNotBeforeGMT(int aNotBeforeGMT)
public int GetNotAfter(int aNotAfter)
public int GetNotAfterLocalTime(int aNotAfterLocalTime)
public int GetNotAfterLocalDay(int aNotAfterLocalDay)
public int GetNotAfterGMT(int aNotAfterGMT)