Class POENotAfterCARevocationTimeCheck<R extends RevocationWrapper>
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlPSV>
eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks.POENotAfterCARevocationTimeCheck<R>
- Type Parameters:
R- implementation of the revocation data wrapper (CRL/OCSP)
public class POENotAfterCARevocationTimeCheck<R extends RevocationWrapper>
extends ChainItem<XmlPSV>
This class verifies if there is a POE for the revocation information of the signer certificate
at (or before) the revocation time of the CA certificate
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionPOENotAfterCARevocationTimeCheck(I18nProvider i18nProvider, XmlPSV result, Collection<R> revocationData, Date caRevocationTime, POEExtraction poeExtraction, LevelConstraint constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageTagReturns an i18n key String of an error message to getprotected eu.europa.esig.dss.enumerations.IndicationGets an Indication in case of failureprotected eu.europa.esig.dss.enumerations.SubIndicationGets a SubIndication in case of failureprotected MessageTagReturns an i18n key String of a message to getprotected booleanprocess()Performs the checkMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildAdditionalInfo, buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
POENotAfterCARevocationTimeCheck
public POENotAfterCARevocationTimeCheck(I18nProvider i18nProvider, XmlPSV result, Collection<R> revocationData, Date caRevocationTime, POEExtraction poeExtraction, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlPSVrevocationData- a collection of acceptable revocation data for the signing certificatecaRevocationTime-Daterevocation time of CA certificatepoeExtraction-POEExtractionconstraint-LevelConstraint
-
-
Method Details
-
process
protected boolean process()Description copied from class:ChainItemPerforms the check -
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Overrides:
getMessageTagin classChainItem<XmlPSV>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Overrides:
getErrorMessageTagin classChainItem<XmlPSV>- Returns:
MessageTagkey
-
getFailedIndicationForConclusion
protected eu.europa.esig.dss.enumerations.Indication getFailedIndicationForConclusion()Description copied from class:ChainItemGets an Indication in case of failure- Specified by:
getFailedIndicationForConclusionin classChainItem<XmlPSV>- Returns:
Indication
-
getFailedSubIndicationForConclusion
protected eu.europa.esig.dss.enumerations.SubIndication getFailedSubIndicationForConclusion()Description copied from class:ChainItemGets a SubIndication in case of failure- Specified by:
getFailedSubIndicationForConclusionin classChainItem<XmlPSV>- Returns:
SubIndication
-