nsIX509CertValidity
| IID: | e701dfd8-1dd1-11b2-a172-ffa6cc6156ad |
| Inherits From: | nsISupports |
| Status: | FROZEN |
Information on the validity period of a X.509 certificate.
Properties
readonly PRTime notAfter
The latest point in time where a certificate is valid.
readonly AString notAfterGMT
"notAfter" attribute formatted as a time string according to the environment locale, displayed as GMT / UTC.
readonly AString notAfterLocalDay
The day portion of "notAfter" formatted as a time string according to the environment locale, according to the environment time zone.
readonly AString notAfterLocalTime
"notAfter" attribute formatted as a time string according to the environment locale, according to the environment time zone.
readonly PRTime notBefore
The earliest point in time where a certificate is valid.
readonly AString notBeforeGMT
"notBefore" attribute formatted as a string according to the environment locale, displayed as GMT / UTC.
readonly AString notBeforeLocalDay
The day portion of "notBefore" formatted as a time string according to the environment locale, according to the environment time zone.
readonly AString notBeforeLocalTime
"notBefore" attribute formatted as a time string according to the environment locale, according to the environment time zone.
References
This interface is the type of the following properties:
Reference documentation is generated from Mozilla's source.
