Class OrganizationNameCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<T>
eu.europa.esig.dss.validation.process.bbb.AbstractMultiValuesCheckItem<XmlSubXCV>
eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks.OrganizationNameCheck
public class OrganizationNameCheck extends AbstractMultiValuesCheckItem<XmlSubXCV>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OrganizationNameCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, MultiValuesConstraint constraint)
-
Method Summary
Modifier and Type Method Description protected MessageTag
getErrorMessageTag()
Returns an i18n key String of an error message to getprotected Indication
getFailedIndicationForConclusion()
protected SubIndication
getFailedSubIndicationForConclusion()
protected MessageTag
getMessageTag()
Returns an i18n key String of a message to getprotected boolean
process()
Methods inherited from class eu.europa.esig.dss.validation.process.bbb.AbstractMultiValuesCheckItem
processValueCheck, processValuesCheck
Methods inherited from class eu.europa.esig.dss.validation.process.ChainItem
execute, getAdditionalInfo, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
OrganizationNameCheck
public OrganizationNameCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, MultiValuesConstraint constraint)
-
-
Method Details
-
process
protected boolean process() -
getMessageTag
Description copied from class:ChainItem
Returns an i18n key String of a message to get- Specified by:
getMessageTag
in classChainItem<XmlSubXCV>
- Returns:
MessageTag
key
-
getErrorMessageTag
Description copied from class:ChainItem
Returns an i18n key String of an error message to get- Specified by:
getErrorMessageTag
in classChainItem<XmlSubXCV>
- Returns:
MessageTag
key
-
getFailedIndicationForConclusion
- Specified by:
getFailedIndicationForConclusion
in classChainItem<XmlSubXCV>
-
getFailedSubIndicationForConclusion
- Specified by:
getFailedSubIndicationForConclusion
in classChainItem<XmlSubXCV>
-