Class DigestCryptographicChecker
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.DigestCryptographicChecker
Checks the digest algorithm
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.cc.AbstractCryptographicChecker
cryptographicSuite, digestAlgorithm, encryptionAlgorithm, keyLengthUsedToSignThisToken, position, validationDateFields inherited from class eu.europa.esig.dss.validation.process.Chain
firstItem, i18nProvider, result -
Constructor Summary
ConstructorsConstructorDescriptionDigestCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicSuite constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected DateReturns time after which the used cryptographic algorithm(s) is no longer considered secureprotected voidInitializes the chainMethods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.cc.AbstractCryptographicChecker
addAdditionalInfo, digestAlgorithmOnValidationTime, digestAlgorithmReliable, encryptionAlgorithmOnValidationTime, encryptionAlgorithmReliable, getTitle, isExpirationDateAvailable, isExpirationDateAvailable, publicKeySizeAcceptable, publicKeySizeKnownMethods inherited from class eu.europa.esig.dss.validation.process.Chain
buildChainTitle, collectAdditionalMessages, collectAllMessages, collectMessages, execute, getFailLevelRule, getInfoLevelRule, getWarnLevelRule, isValid, isValidConclusion
-
Constructor Details
-
DigestCryptographicChecker
public DigestCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicSuite constraint) Default constructor- Parameters:
i18nProvider-I18nProviderdigestAlgorithm-DigestAlgorithmvalidationDate-Dateposition-MessageTagconstraint-CryptographicSuite
-
-
Method Details
-
initChain
protected void initChain()Description copied from class:ChainInitializes the chain -
getNotAfter
Description copied from class:AbstractCryptographicCheckerReturns time after which the used cryptographic algorithm(s) is no longer considered secure- Overrides:
getNotAfterin classAbstractCryptographicChecker- Returns:
Date
-