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
constraintWrapper, 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, CryptographicConstraint 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, getFailLevelConstraint, getInfoLevelConstraint, getWarnLevelConstraint, isValid, isValidConclusion
-
Constructor Details
-
DigestCryptographicChecker
public DigestCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructor- Parameters:
i18nProvider-I18nProviderdigestAlgorithm-DigestAlgorithmvalidationDate-Dateposition-MessageTagconstraint-CryptographicConstraint
-
-
Method Details
-
initChain
-
getNotAfter
Description copied from class:AbstractCryptographicCheckerReturns time after which the used cryptographic algorithm(s) is no longer considered secure- Overrides:
getNotAfterin classAbstractCryptographicChecker- Returns:
Date
-