Class CertificateCryptographicCheck
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<XmlSubXCV>
eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks.CertificateCryptographicCheck
public class CertificateCryptographicCheck extends CryptographicCheck<XmlSubXCV>
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.AbstractCryptographicCheck
errorMessage, failedAlgorithm, validationDate
-
Constructor Summary
Constructors Constructor Description CertificateCryptographicCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, Date currentTime, CryptographicConstraint constraint)
-
Method Summary
Modifier and Type Method Description protected boolean
process()
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.sav.checks.CryptographicCheck
getAdditionalInfo, getMessageTag
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
-
CertificateCryptographicCheck
public CertificateCryptographicCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, Date currentTime, CryptographicConstraint constraint)
-
-
Method Details
-
process
protected boolean process()- Overrides:
process
in classCryptographicCheck<XmlSubXCV>
-