Class ContentHintsCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<T>
eu.europa.esig.dss.validation.process.bbb.AbstractValueCheckItem<XmlSAV>
eu.europa.esig.dss.validation.process.bbb.sav.checks.ContentHintsCheck
public class ContentHintsCheck extends AbstractValueCheckItem<XmlSAV>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContentHintsCheck(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint) -
Method Summary
Modifier and Type Method Description protected MessageTaggetErrorMessageTag()Returns an i18n key String of an error message to getprotected IndicationgetFailedIndicationForConclusion()protected SubIndicationgetFailedSubIndicationForConclusion()protected MessageTaggetMessageTag()Returns an i18n key String of a message to getprotected booleanprocess()Methods inherited from class eu.europa.esig.dss.validation.process.bbb.AbstractValueCheckItem
processValueCheckMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
execute, getAdditionalInfo, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
ContentHintsCheck
public ContentHintsCheck(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint)
-
-
Method Details
-
process
protected boolean process() -
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Specified by:
getMessageTagin classChainItem<XmlSAV>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Specified by:
getErrorMessageTagin classChainItem<XmlSAV>- Returns:
MessageTagkey
-
getFailedIndicationForConclusion
- Specified by:
getFailedIndicationForConclusionin classChainItem<XmlSAV>
-
getFailedSubIndicationForConclusion
- Specified by:
getFailedSubIndicationForConclusionin classChainItem<XmlSAV>
-