Class CryptographicChecker
java.lang.Object
eu.europa.esig.dss.validation.process.Chain<XmlCC>
eu.europa.esig.dss.validation.process.bbb.sav.cc.AbstractCryptographicChecker
eu.europa.esig.dss.validation.process.bbb.sav.cc.CryptographicChecker
public class CryptographicChecker extends AbstractCryptographicChecker
Runs the cryptographic validation
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.cc.AbstractCryptographicChecker
constraintWrapper, digestAlgorithm, encryptionAlgorithm, keyLengthUsedToSignThisToken, maskGenerationFunction, position, validationDate
Fields inherited from class eu.europa.esig.dss.validation.process.Chain
firstItem, i18nProvider, result
-
Constructor Summary
Constructors Constructor Description CryptographicChecker(I18nProvider i18nProvider, TokenProxy token, Date validationDate, MessageTag position, CryptographicConstraint constraint)
Default constructor -
Method Summary
Modifier and Type Method Description protected void
initChain()
Initializes the chainMethods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.cc.AbstractCryptographicChecker
addAdditionalInfo, digestAlgorithmOnValidationTime, digestAlgorithmReliable, encryptionAlgorithmOnValidationTime, encryptionAlgorithmReliable, getTitle, isExpirationDateAvailable, publicKeySizeAcceptable, publicKeySizeKnown
Methods inherited from class eu.europa.esig.dss.validation.process.Chain
buildChainTitle, collectErrorsWarnsInfos, execute, getFailLevelConstraint, getInfoLevelConstraint, getWarnLevelConstraint, isValid, isValidConclusion
-
Constructor Details
-
CryptographicChecker
public CryptographicChecker(I18nProvider i18nProvider, TokenProxy token, Date validationDate, MessageTag position, CryptographicConstraint constraint)Default constructor- Parameters:
i18nProvider
-I18nProvider
token
-TokenProxy
to validatevalidationDate
-Date
position
-MessageTag
constraint
-CryptographicConstraint
-
-
Method Details