Class CryptographicCheckWithId<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.CryptographicCheckerResultCheck<T>
eu.europa.esig.dss.validation.process.bbb.sav.checks.CryptographicCheck<T>
eu.europa.esig.dss.validation.process.bbb.sav.checks.CryptographicCheckWithId<T>
- Type Parameters:
T
-XmlConstraintsConclusion
public class CryptographicCheckWithId<T extends XmlConstraintsConclusion>
extends CryptographicCheck<T>
This class verifies the result of a cryptographic validation process for the given token,
providing its Identifier in the report
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheckerResultCheck
ccResult, position
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionCryptographicCheckWithId
(I18nProvider i18nProvider, T result, TokenProxy token, MessageTag position, Date validationDate, CryptographicConstraint 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, process
Methods 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
-
CryptographicCheckWithId
public CryptographicCheckWithId(I18nProvider i18nProvider, T result, TokenProxy token, MessageTag position, Date validationDate, CryptographicConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
- the resulttoken
-TokenProxy
position
-MessageTag
validationDate
-Date
constraint
-CryptographicConstraint
-
-
Method Details
-
buildAdditionalInfo
Description copied from class:ChainItem
Builds an additional information- Overrides:
buildAdditionalInfo
in classCryptographicCheckerResultCheck<T extends XmlConstraintsConclusion>
- Returns:
String
-