Class FullScopeCheck
- java.lang.Object
-
- eu.europa.esig.dss.validation.process.ChainItem<XmlFC>
-
- eu.europa.esig.dss.validation.process.bbb.fc.checks.FullScopeCheck
-
-
Constructor Summary
Constructors Constructor Description FullScopeCheck(XmlFC result, SignatureWrapper signature, LevelConstraint constraint)
-
Method Summary
Modifier and Type Method Description protected IMessageTaggetErrorMessageTag()protected IndicationgetFailedIndicationForConclusion()protected SubIndicationgetFailedSubIndicationForConclusion()protected IMessageTaggetMessageTag()protected booleanprocess()-
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
execute, getAdditionalInfo, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isAcceptableConclusion, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
-
-
-
Constructor Detail
-
FullScopeCheck
public FullScopeCheck(XmlFC result, SignatureWrapper signature, LevelConstraint constraint)
-
-
Method Detail
-
getMessageTag
protected IMessageTag getMessageTag()
- Specified by:
getMessageTagin classChainItem<XmlFC>
-
getErrorMessageTag
protected IMessageTag getErrorMessageTag()
- Specified by:
getErrorMessageTagin classChainItem<XmlFC>
-
getFailedIndicationForConclusion
protected Indication getFailedIndicationForConclusion()
- Specified by:
getFailedIndicationForConclusionin classChainItem<XmlFC>
-
getFailedSubIndicationForConclusion
protected SubIndication getFailedSubIndicationForConclusion()
- Specified by:
getFailedSubIndicationForConclusionin classChainItem<XmlFC>
-
-