Class CheckSubXCVResult
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlXCV>
eu.europa.esig.dss.validation.process.bbb.xcv.checks.CheckSubXCVResult
Checks if the SubXCV validation result is valid
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider
-
Constructor Summary
ConstructorDescriptionCheckSubXCVResult
(I18nProvider i18nProvider, XmlXCV result, XmlSubXCV subResult, LevelConstraint constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected XmlBlockType
Returns the validating block type (used for validation result of RAC, RFC, etc.)protected MessageTag
Returns an i18n key String of an error message to getprotected Indication
Gets an Indication in case of failureprotected SubIndication
Gets a SubIndication in case of failureprotected MessageTag
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, buildXmlMessage, execute, getAdditionalInfo, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
CheckSubXCVResult
public CheckSubXCVResult(I18nProvider i18nProvider, XmlXCV result, XmlSubXCV subResult, LevelConstraint constraint) Default constructor- Parameters:
i18nProvider
-I18nProvider
result
-XmlXCV
subResult
-XmlSubXCV
constraint
-LevelConstraint
-
-
Method Details
-
getBlockType
Description copied from class:ChainItem
Returns the validating block type (used for validation result of RAC, RFC, etc.)- Overrides:
getBlockType
in classChainItem<XmlXCV>
- Returns:
XmlBlockType
-
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<XmlXCV>
- Returns:
MessageTag
key
-
getErrorMessageTag
Description copied from class:ChainItem
Returns an i18n key String of an error message to get- Overrides:
getErrorMessageTag
in classChainItem<XmlXCV>
- Returns:
MessageTag
key
-
getFailedIndicationForConclusion
Description copied from class:ChainItem
Gets an Indication in case of failure- Specified by:
getFailedIndicationForConclusion
in classChainItem<XmlXCV>
- Returns:
Indication
-
getFailedSubIndicationForConclusion
Description copied from class:ChainItem
Gets a SubIndication in case of failure- Specified by:
getFailedSubIndicationForConclusion
in classChainItem<XmlXCV>
- Returns:
SubIndication
-