Linux Mac OSX Windows
 Information on the validity period of a X.509 certificate.

 @status FROZEN
[scriptable, uuid(e701dfd8-1dd1-11b2-a172-ffa6cc6156ad)]
interface nsIX509CertValidity : nsISupports

Attributes

  The latest point in time where
  a certificate is valid.
readonly attribute PRTime notAfter
  "notAfter" attribute formatted as a time string
  according to the environment locale,
  displayed as GMT / UTC.
readonly attribute AString notAfterGMT
  The day portion of "notAfter" 
  formatted as a time string
  according to the environment locale,
  according to the environment time zone.
readonly attribute AString notAfterLocalDay
  "notAfter" attribute formatted as a time string
  according to the environment locale,
  according to the environment time zone.
readonly attribute AString notAfterLocalTime
  The earliest point in time where
  a certificate is valid.
readonly attribute PRTime notBefore
  "notBefore" attribute formatted as a string
  according to the environment locale,
  displayed as GMT / UTC.
readonly attribute AString notBeforeGMT
  The day portion of "notBefore" 
  formatted as a time string
  according to the environment locale,
  according to the environment time zone.
readonly attribute AString notBeforeLocalDay
  "notBefore" attribute formatted as a time string
  according to the environment locale,
  according to the environment time zone.
readonly attribute AString notBeforeLocalTime