Class CryptographicCheck<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>
- Type Parameters:
T
-XmlConstraintsConclusion
public class CryptographicCheck<T extends XmlConstraintsConclusion>
extends CryptographicCheckerResultCheck<T>
The cryptographic check
-
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
ConstructorDescriptionCryptographicCheck
(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.CryptographicCheckerResultCheck
buildAdditionalInfo
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
-
CryptographicCheck
public CryptographicCheck(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
-