The validity period consists of two date/time values: the first and last dates (and times) on which the certificate is valid. It is defined in ASN.1 as:
validity Validity@exception CertificateExpiredException if the certificate has expired. @exception CertificateNotYetValidException if the certificate is notyet valid.Validity ::= SEQUENCE { notBefore CertificateValidityDate, notAfter CertificateValidityDate }
CertificateValidityDate ::= CHOICE { utcTime UTCTime, generalTime GeneralizedTime }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|