Class ContentTimestampBasicValidationCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlSAV>
eu.europa.esig.dss.validation.process.bbb.sav.checks.ContentTimestampBasicValidationCheck
-
Field Summary
FieldsFields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionContentTimestampBasicValidationCheck(I18nProvider i18nProvider, XmlSAV result, TimestampWrapper timestamp, XmlConclusion timestampValidationResult, LevelConstraint constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilds an additional informationprotected XmlBlockTypeReturns the validating block type (used for validation result of RAC, RFC, etc.)protected MessageTagReturns an i18n key String of an error message to getprotected IndicationGets an Indication in case of failureprotected SubIndicationGets a SubIndication in case of failureprotected MessageTagReturns an i18n key String of a message to getprotected booleanprocess()Performs the checkMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Field Details
-
timestamp
The timestamp to check
-
-
Constructor Details
-
ContentTimestampBasicValidationCheck
public ContentTimestampBasicValidationCheck(I18nProvider i18nProvider, XmlSAV result, TimestampWrapper timestamp, XmlConclusion timestampValidationResult, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlSAVtimestamp-TimestampWrappertimestampValidationResult-XmlValidationProcessBasicTimestampconstraint-LevelConstraint
-
-
Method Details
-
getBlockType
Description copied from class:ChainItemReturns the validating block type (used for validation result of RAC, RFC, etc.)- Overrides:
getBlockTypein classChainItem<XmlSAV>- Returns:
XmlBlockType
-
process
-
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Overrides:
getMessageTagin classChainItem<XmlSAV>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Overrides:
getErrorMessageTagin classChainItem<XmlSAV>- Returns:
MessageTagkey
-
getFailedIndicationForConclusion
Description copied from class:ChainItemGets an Indication in case of failure- Specified by:
getFailedIndicationForConclusionin classChainItem<XmlSAV>- Returns:
Indication
-
getFailedSubIndicationForConclusion
Description copied from class:ChainItemGets a SubIndication in case of failure- Specified by:
getFailedSubIndicationForConclusionin classChainItem<XmlSAV>- Returns:
SubIndication
-
buildAdditionalInfo
-