Searched refs:certValidityPeriod (Results 1 – 1 of 1) sorted by relevance
312 AttCertValidityPeriod certValidityPeriod = attrCert.getAcinfo().getAttrCertValidityPeriod(); in isValidOn() local314 …before(CertUtils.recoverDate(certValidityPeriod.getNotBeforeTime())) && !date.after(CertUtils.reco… in isValidOn()