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