Class TimestampFilenameAdherenceCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlFC>
eu.europa.esig.dss.validation.process.bbb.fc.checks.FilenameAdherenceCheck<TimestampWrapper>
eu.europa.esig.dss.validation.process.bbb.fc.checks.TimestampFilenameAdherenceCheck
This class verifies conformance of the timestamp's document filename to the ASiC specification
-
Field Summary
Fields inherited from class FilenameAdherenceCheck
ARCHIVE_MANIFEST_FILENAME, ASICE_METAINF_MANIFEST, diagnosticData, EVIDENCE_RECORD_FILENAME, META_INF_FOLDER, METAINF_ASIC_MANIFEST, SIGNATURE_FILENAME, TIMESTAMP_FILENAME, token, XML_EXTENSIONFields inherited from class ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionTimestampFilenameAdherenceCheck(I18nProvider i18nProvider, XmlFC result, DiagnosticData diagnosticData, TimestampWrapper token, LevelRule constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageTagReturns an i18n key String of an error message to getprotected MessageTagReturns an i18n key String of a message to getprotected booleanprocess()Performs the checkMethods inherited from class FilenameAdherenceCheck
getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, isASiCArchiveManifest, isASiCManifestMethods inherited from class ChainItem
buildAdditionalInfo, buildConstraintMessage, buildErrorMessage, buildXmlMessage, continueProcessOnFail, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
TimestampFilenameAdherenceCheck
public TimestampFilenameAdherenceCheck(I18nProvider i18nProvider, XmlFC result, DiagnosticData diagnosticData, TimestampWrapper token, LevelRule constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlFCdiagnosticData-DiagnosticDatatoken-TimestampWrapperconstraint-LevelRule
-
-
Method Details
-
process
-
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Overrides:
getMessageTagin classChainItem<XmlFC>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Overrides:
getErrorMessageTagin classChainItem<XmlFC>- Returns:
MessageTagkey
-