WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

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:

nsIX509Cert.validity

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com