Class AcceptableTrustedListCheck<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.AcceptableTrustedListCheck<T>
- Type Parameters:
T
-XmlConstraintsConclusion
public class AcceptableTrustedListCheck<T extends XmlConstraintsConclusion>
extends AbstractTrustedListCheck<T>
Verifies whether the validation of aTrusted Lists is conclusive
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionAcceptableTrustedListCheck
(I18nProvider i18nProvider, T result, XmlTLAnalysis tlAnalysis, 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 getMethods inherited from class eu.europa.esig.dss.validation.process.qualification.signature.checks.AbstractTrustedListCheck
buildAdditionalInfo, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, process
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
AcceptableTrustedListCheck
public AcceptableTrustedListCheck(I18nProvider i18nProvider, T result, XmlTLAnalysis tlAnalysis, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
-XmlConstraintsConclusion
tlAnalysis
-XmlTLAnalysis
constraint
-LevelConstraint
-
-
Method Details
-
getMessageTag
Description copied from class:ChainItem
Returns an i18n key String of a message to get- Overrides:
getMessageTag
in classChainItem<T extends XmlConstraintsConclusion>
- Returns:
MessageTag
key
-
getErrorMessageTag
Description copied from class:ChainItem
Returns an i18n key String of an error message to get- Overrides:
getErrorMessageTag
in classChainItem<T extends XmlConstraintsConclusion>
- Returns:
MessageTag
key
-