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
-
public class RevocationDataFreshCheck extends AbstractRevocationFreshCheck
-
-
Field Summary
-
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks.AbstractRevocationFreshCheck
revocationData
-
-
Constructor Summary
Constructors Constructor Description RevocationDataFreshCheck(XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint)
-
Method Summary
Modifier and Type Method Description protected longgetMaxFreshness()protected booleanprocess()-
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks.AbstractRevocationFreshCheck
getAdditionalInfo, getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, getMessageTag, isProductionDateNotBeforeValidationTime
-
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
execute, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isAcceptableConclusion, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
-
-
-
Constructor Detail
-
RevocationDataFreshCheck
public RevocationDataFreshCheck(XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint)
-
-
Method Detail
-
getMaxFreshness
protected long getMaxFreshness()
- Specified by:
getMaxFreshnessin classAbstractRevocationFreshCheck
-
-