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(T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint)
-
Method Summary
Modifier and Type Method Description protected StringgetAdditionalInfo()protected MessageTaggetMessageTag()protected booleanprocess()-
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, isAcceptableConclusion, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
-
-
-
Constructor Detail
-
CryptographicCheck
public CryptographicCheck(T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint)
-
-
Method Detail
-
process
protected boolean process()
- Specified by:
processin classChainItem<T extends XmlConstraintsConclusion>
-
getMessageTag
protected MessageTag getMessageTag()
- Overrides:
getMessageTagin classAbstractCryptographicCheck<T extends XmlConstraintsConclusion>
-
getAdditionalInfo
protected String getAdditionalInfo()
- Overrides:
getAdditionalInfoin classAbstractCryptographicCheck<T extends XmlConstraintsConclusion>
-
-