Calls to {@link #checkFreshness(Dependency)} must only be made whilea call to this is in progress, e.g. during a call to {@link Dependency#freshness(DependencyContext)} that was made by thismethod.
@param dependency The dependency to check. @return An instance of {@link Validity}.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 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|