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.
-
-
Constructor Summary
Constructors Constructor Description RevocationFreshnessChecker(RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy)
-
Method Summary
Modifier and Type Method Description protected voidinitChain()-
Methods inherited from class eu.europa.esig.dss.validation.process.Chain
addAdditionalInfo, collectErrorsWarnsInfos, execute, getFailLevelConstraint, getInfoLevelConstraint, getWarnLevelConstraint
-
-
-
-
Constructor Detail
-
RevocationFreshnessChecker
public RevocationFreshnessChecker(RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy)
-
-