Class RevocationFreshnessChecker
java.lang.Object
eu.europa.esig.dss.validation.process.Chain<XmlRFC>
eu.europa.esig.dss.validation.process.bbb.xcv.rfc.RevocationFreshnessChecker
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
ConstructorDescriptionRevocationFreshnessChecker
(I18nProvider i18nProvider, RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageTag
getTitle()
Returns title of a Chain (i.e.protected void
Initializes the chainMethods inherited from class eu.europa.esig.dss.validation.process.Chain
addAdditionalInfo, buildChainTitle, collectAdditionalMessages, collectAllMessages, collectMessages, execute, getFailLevelConstraint, getInfoLevelConstraint, getWarnLevelConstraint, isValid, isValidConclusion
-
Constructor Details
-
RevocationFreshnessChecker
public RevocationFreshnessChecker(I18nProvider i18nProvider, RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy) Default constructor- Parameters:
i18nProvider
-I18nProvider
revocationData
-RevocationWrapper
validationDate
-Date
context
-Context
subContext
-SubContext
policy
-ValidationPolicy
-
-
Method Details