Class RevocationDataFreshCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlRFC>
eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks.AbstractRevocationFreshCheck
eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks.RevocationDataFreshCheck
Checks if the revocation data is fresh
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks.AbstractRevocationFreshCheck
revocationData
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionRevocationDataFreshCheck
(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected long
Returns the maximum freshnessprotected boolean
process()
Performs the checkMethods inherited from class eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks.AbstractRevocationFreshCheck
buildAdditionalInfo, getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, getMessageTag, isThisUpdateTimeAfterValidationTime
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
RevocationDataFreshCheck
public RevocationDataFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
-XmlRFC
revocationData
-RevocationWrapper
validationDate
-Date
constraint
-TimeConstraint
-
-
Method Details
-
process
protected boolean process()Description copied from class:ChainItem
Performs the check -
getMaxFreshness
protected long getMaxFreshness()Description copied from class:AbstractRevocationFreshCheck
Returns the maximum freshness- Specified by:
getMaxFreshness
in classAbstractRevocationFreshCheck
- Returns:
- maximum freshness
-