Class AcceptableListOfTrustedListsCheck<T extends XmlConstraintsConclusion>
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<T>
eu.europa.esig.dss.validation.process.qualification.signature.checks.AbstractTrustedListCheck<T>
eu.europa.esig.dss.validation.process.qualification.signature.checks.AcceptableListOfTrustedListsCheck<T>
- Type Parameters:
T-XmlConstraintsConclusion
public class AcceptableListOfTrustedListsCheck<T extends XmlConstraintsConclusion>
extends AbstractTrustedListCheck<T>
Verifies whether the validation of a List of Trusted Lists is conclusive
-
Field Summary
Fields inherited from class ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionAcceptableListOfTrustedListsCheck(I18nProvider i18nProvider, T result, XmlTLAnalysis lotlAnalysis, 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 getMethods inherited from class AbstractTrustedListCheck
buildAdditionalInfo, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, processMethods inherited from class ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, continueProcessOnFail, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
AcceptableListOfTrustedListsCheck
public AcceptableListOfTrustedListsCheck(I18nProvider i18nProvider, T result, XmlTLAnalysis lotlAnalysis, LevelRule constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlConstraintsConclusionlotlAnalysis-XmlTLAnalysisconstraint-LevelRule
-
-
Method Details
-
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Overrides:
getMessageTagin classChainItem<T extends XmlConstraintsConclusion>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Overrides:
getErrorMessageTagin classChainItem<T extends XmlConstraintsConclusion>- Returns:
MessageTagkey
-