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.AbstractCryptographicCheck<T>
eu.europa.esig.dss.validation.process.bbb.sav.checks.CryptographicCheck<T>
- Direct Known Subclasses:
CertificateCryptographicCheck
public class CryptographicCheck<T extends XmlConstraintsConclusion> extends AbstractCryptographicCheck<T>
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheck
errorMessage, failedAlgorithm, validationDate -
Constructor Summary
Constructors Constructor Description CryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint) -
Method Summary
Modifier and Type Method Description protected MessageTaggetAdditionalInfo()protected MessageTaggetMessageTag()Returns an i18n key String of a message to getprotected booleanprocess()Methods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheck
digestAlgorithmIsReliable, digestAlgorithmIsValidOnValidationDate, encryptionAlgorithmIsReliable, encryptionAlgorithmIsValidOnValidationDate, getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, isExpirationDateAvailable, isPublicKeySizeKnown, publicKeySizeIsAcceptableMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
execute, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
CryptographicCheck
public CryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint)
-
-
Method Details
-
process
protected boolean process()- Specified by:
processin classChainItem<T extends XmlConstraintsConclusion>
-
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Overrides:
getMessageTagin classAbstractCryptographicCheck<T extends XmlConstraintsConclusion>- Returns:
MessageTagkey
-
getAdditionalInfo
- Overrides:
getAdditionalInfoin classAbstractCryptographicCheck<T extends XmlConstraintsConclusion>
-