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
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
ConstructorDescriptionCryptographicChecker
(I18nProvider i18nProvider, TokenProxy token, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.cc.AbstractCryptographicChecker
addAdditionalInfo, digestAlgorithmOnValidationTime, digestAlgorithmReliable, encryptionAlgorithmOnValidationTime, encryptionAlgorithmReliable, getTitle, isExpirationDateAvailable, isExpirationDateAvailable, publicKeySizeAcceptable, publicKeySizeKnown
Methods inherited from class eu.europa.esig.dss.validation.process.Chain
buildChainTitle, collectAdditionalMessages, collectAllMessages, collectMessages, 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