Class TLevelTimeStampCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlValidationProcessArchivalData>
eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractTimeStampPresentCheck
eu.europa.esig.dss.validation.process.bbb.sav.checks.TLevelTimeStampCheck
Verifies if there is at least one valid T-level timestamp
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionTLevelTimeStampCheck
(I18nProvider i18nProvider, XmlValidationProcessArchivalData result, SignatureWrapper signature, Map<String, XmlBasicBuildingBlocks> bbbs, Collection<XmlTimestamp> xmlTimestamps, LevelConstraint constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageTag
Returns an i18n key String of an error message to getprotected MessageTag
Returns an i18n key String of a message to getprotected Collection
<TimestampWrapper> Returns a collection of timestamps to be checked for a presence of a valid oneMethods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractTimeStampPresentCheck
getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, process
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildAdditionalInfo, buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
TLevelTimeStampCheck
public TLevelTimeStampCheck(I18nProvider i18nProvider, XmlValidationProcessArchivalData result, SignatureWrapper signature, Map<String, XmlBasicBuildingBlocks> bbbs, Collection<XmlTimestamp> xmlTimestamps, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
-XmlValidationProcessArchivalData
signature
-SignatureWrapper
bbbs
- map between token ids and correspondingXmlBasicBuildingBlocks
xmlTimestamps
- a collection ofXmlTimestamp
sconstraint
-LevelConstraint
-
-
Method Details
-
getTimestamps
Description copied from class:AbstractTimeStampPresentCheck
Returns a collection of timestamps to be checked for a presence of a valid one- Specified by:
getTimestamps
in classAbstractTimeStampPresentCheck
- Returns:
- collection of
TimestampWrapper
s
-
getMessageTag
Description copied from class:ChainItem
Returns an i18n key String of a message to get- Overrides:
getMessageTag
in classChainItem<XmlValidationProcessArchivalData>
- Returns:
MessageTag
key
-
getErrorMessageTag
Description copied from class:ChainItem
Returns an i18n key String of an error message to get- Overrides:
getErrorMessageTag
in classChainItem<XmlValidationProcessArchivalData>
- Returns:
MessageTag
key
-