Class RevocationFreshnessChecker
java.lang.Object
eu.europa.esig.dss.validation.process.Chain<XmlRFC>
eu.europa.esig.dss.validation.process.bbb.xcv.rfc.RevocationFreshnessChecker
public class RevocationFreshnessChecker extends Chain<XmlRFC>
5.2.5 Revocation freshness checker This building block checks that a given
revocation status information is "fresh" at a given validation time. The
freshness of the revocation status information is the maximum accepted
difference between the issuance time of the revocation status information and
the current time. This process is used by other validation blocks when
checking the revocation status of a certificate.
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.Chain
firstItem, i18nProvider, result
-
Constructor Summary
Constructors Constructor Description RevocationFreshnessChecker(I18nProvider i18nProvider, RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy)
-
Method Summary
Modifier and Type Method Description protected MessageTag
getTitle()
Returns title of a Chain (i.e.protected void
initChain()
Methods inherited from class eu.europa.esig.dss.validation.process.Chain
addAdditionalInfo, collectErrorsWarnsInfos, execute, getFailLevelConstraint, getInfoLevelConstraint, getWarnLevelConstraint, isValid, isValidConclusion
-
Constructor Details
-
RevocationFreshnessChecker
public RevocationFreshnessChecker(I18nProvider i18nProvider, RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy)
-
-
Method Details