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 AbstractRevocationFreshCheck
revocationDataFields inherited from class ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionRevocationDataFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, DurationRule constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected longReturns the maximum freshnessprotected booleanprocess()Performs the checkMethods inherited from class AbstractRevocationFreshCheck
buildAdditionalInfo, getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, getMessageTag, isThisUpdateTimeAfterValidationTimeMethods inherited from class ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, continueProcessOnFail, 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, DurationRule constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlRFCrevocationData-RevocationWrappervalidationDate-Dateconstraint-DurationRule
-
-
Method Details
-
process
-
getMaxFreshness
protected long getMaxFreshness()Description copied from class:AbstractRevocationFreshCheckReturns the maximum freshness- Specified by:
getMaxFreshnessin classAbstractRevocationFreshCheck- Returns:
- maximum freshness
-