Class RevocationDataFreshCheckWithNullConstraint
- 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.RevocationDataFreshCheckWithNullConstraint
-
public class RevocationDataFreshCheckWithNullConstraint 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 RevocationDataFreshCheckWithNullConstraint(XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint 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
-
RevocationDataFreshCheckWithNullConstraint
public RevocationDataFreshCheckWithNullConstraint(XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint)
-
-
Method Detail
-
getMaxFreshness
protected long getMaxFreshness()
- Specified by:
getMaxFreshnessin classAbstractRevocationFreshCheck
-
-