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 MessageTag
getAdditionalInfo()
protected MessageTag
getMessageTag()
Returns an i18n key String of a message to getprotected boolean
process()
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheck
digestAlgorithmIsReliable, digestAlgorithmIsValidOnValidationDate, encryptionAlgorithmIsReliable, encryptionAlgorithmIsValidOnValidationDate, getErrorMessageTag, getFailedIndicationForConclusion, getFailedSubIndicationForConclusion, isExpirationDateAvailable, isPublicKeySizeKnown, publicKeySizeIsAcceptable
Methods 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:
process
in classChainItem<T extends XmlConstraintsConclusion>
-
getMessageTag
Description copied from class:ChainItem
Returns an i18n key String of a message to get- Overrides:
getMessageTag
in classAbstractCryptographicCheck<T extends XmlConstraintsConclusion>
- Returns:
MessageTag
key
-
getAdditionalInfo
- Overrides:
getAdditionalInfo
in classAbstractCryptographicCheck<T extends XmlConstraintsConclusion>
-