Class TimestampMessageImprintWithIdCheck<T extends XmlConstraintsConclusion>
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<T>
eu.europa.esig.dss.validation.process.vpftspwatsp.checks.TimestampMessageImprintCheck<T>
eu.europa.esig.dss.validation.process.vpfltvd.checks.TimestampMessageImprintWithIdCheck<T>
- Type Parameters:
T
- implementation of the block's conclusion
public class TimestampMessageImprintWithIdCheck<T extends XmlConstraintsConclusion>
extends TimestampMessageImprintCheck<T>
This class checks a timestamp's message-imprint and returns an Id of the provided token
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.vpftspwatsp.checks.TimestampMessageImprintCheck
timestamp
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionTimestampMessageImprintWithIdCheck
(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, LevelConstraint constraint) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.validation.process.vpftspwatsp.checks.TimestampMessageImprintCheck
getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, getMessageTag, process
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
TimestampMessageImprintWithIdCheck
public TimestampMessageImprintWithIdCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
-XmlSAV
timestamp
-TimestampWrapper
constraint
-LevelConstraint
-
-
Method Details
-
buildAdditionalInfo
Description copied from class:ChainItem
Builds an additional information- Overrides:
buildAdditionalInfo
in classChainItem<T extends XmlConstraintsConclusion>
- Returns:
String
-