Class DigestMatcherCryptographicCheckerResultCheck<T extends XmlConstraintsConclusion>
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<T>
eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheckerResultCheck<T>
eu.europa.esig.dss.validation.process.bbb.sav.checks.DigestCryptographicCheckerResultCheck<T>
eu.europa.esig.dss.validation.process.bbb.sav.checks.DigestMatcherCryptographicCheckerResultCheck<T>
- Type Parameters:
T-XmlConstraintsConclusion
public class DigestMatcherCryptographicCheckerResultCheck<T extends XmlConstraintsConclusion>
extends DigestCryptographicCheckerResultCheck<T>
Class used to verify a DigestMatcher
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.DigestCryptographicCheckerResultCheck
validationDateFields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheckerResultCheck
ccResult, positionFields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionDigestMatcherCryptographicCheckerResultCheck(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, List<String> referenceNames, XmlCC ccResult, LevelConstraint constraint) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheckerResultCheck
buildConstraintMessage, buildErrorMessage, getErrorMessage, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, getLevel, getPreviousErrors, processMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildXmlMessage, execute, getAdditionalInfo, getBlockType, getErrorMessageTag, getMessageTag, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
DigestMatcherCryptographicCheckerResultCheck
public DigestMatcherCryptographicCheckerResultCheck(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, List<String> referenceNames, XmlCC ccResult, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult- the resultvalidationDate-Dateposition-MessageTagreferenceNames- a list ofStringsccResult-XmlCCconstraint-LevelConstraint
-
-
Method Details
-
buildAdditionalInfo
Description copied from class:ChainItemBuilds an additional information- Overrides:
buildAdditionalInfoin classDigestCryptographicCheckerResultCheck<T extends XmlConstraintsConclusion>- Returns:
String
-