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
tokenFields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionSignatureIntactWithIdCheck(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, processMethods 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-I18nProviderresult- the resulttoken-TokenProxycontext-Contextconstraint-LevelConstraint
-
-
Method Details
-
buildAdditionalInfo
Description copied from class:ChainItemBuilds an additional information- Overrides:
buildAdditionalInfoin classChainItem<T extends XmlConstraintsConclusion>- Returns:
String
-