Class SignatureIntactWithIdCheck<T extends XmlConstraintsConclusion>
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<T>
eu.europa.esig.dss.validation.process.bbb.cv.checks.SignatureIntactCheck<T>
eu.europa.esig.dss.validation.process.bbb.cv.checks.SignatureIntactWithIdCheck<T>
- Type Parameters:
T
- implementation of the block's conclusion
public class SignatureIntactWithIdCheck<T extends XmlConstraintsConclusion>
extends SignatureIntactCheck<T>
Checks if the signature is intact for the given token, with a difference
that provides the token's Id to the additional information
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.cv.checks.SignatureIntactCheck
token
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionSignatureIntactWithIdCheck
(I18nProvider i18nProvider, T result, TokenProxy token, Context context, LevelConstraint constraint) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.cv.checks.SignatureIntactCheck
getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, getMessageTag, 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
-
SignatureIntactWithIdCheck
public SignatureIntactWithIdCheck(I18nProvider i18nProvider, T result, TokenProxy token, Context context, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
- the resulttoken
-TokenProxy
context
-Context
constraint
-LevelConstraint
-
-
Method Details
-
buildAdditionalInfo
Description copied from class:ChainItem
Builds an additional information- Overrides:
buildAdditionalInfo
in classChainItem<T extends XmlConstraintsConclusion>
- Returns:
String
-