Class RevocationDataKnownCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlRAC>
eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks.RevocationDataKnownCheck
public class RevocationDataKnownCheck extends ChainItem<XmlRAC>
Checks if the revocation status is known
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
Constructors Constructor Description RevocationDataKnownCheck(I18nProvider i18nProvider, XmlRAC result, CertificateRevocationWrapper revocationData, LevelConstraint constraint)
Default constructor -
Method Summary
Modifier and Type Method Description protected MessageTag
getErrorMessageTag()
Returns an i18n key String of an error message to getprotected Indication
getFailedIndicationForConclusion()
Gets an Indication in case of failureprotected SubIndication
getFailedSubIndicationForConclusion()
Gets a SubIndication in case of failureprotected MessageTag
getMessageTag()
Returns an i18n key String of a message to getprotected boolean
process()
Performs the checkMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildAdditionalInfo, buildConstraintMessage, buildErrorMessage, buildXmlName, execute, getAdditionalInfo, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
RevocationDataKnownCheck
public RevocationDataKnownCheck(I18nProvider i18nProvider, XmlRAC result, CertificateRevocationWrapper revocationData, LevelConstraint constraint)Default constructor- Parameters:
i18nProvider
-I18nProvider
result
-XmlRAC
revocationData
-CertificateRevocationWrapper
constraint
-LevelConstraint
-
-
Method Details
-
process
protected boolean process()Description copied from class:ChainItem
Performs the check -
getMessageTag
Description copied from class:ChainItem
Returns an i18n key String of a message to get- Overrides:
getMessageTag
in classChainItem<XmlRAC>
- Returns:
MessageTag
key
-
getErrorMessageTag
Description copied from class:ChainItem
Returns an i18n key String of an error message to get- Overrides:
getErrorMessageTag
in classChainItem<XmlRAC>
- Returns:
MessageTag
key
-
getFailedIndicationForConclusion
Description copied from class:ChainItem
Gets an Indication in case of failure- Specified by:
getFailedIndicationForConclusion
in classChainItem<XmlRAC>
- Returns:
Indication
-
getFailedSubIndicationForConclusion
Description copied from class:ChainItem
Gets a SubIndication in case of failure- Specified by:
getFailedSubIndicationForConclusion
in classChainItem<XmlRAC>
- Returns:
SubIndication
-