Class AuthorityInfoAccessPresentCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlSubXCV>
eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks.AuthorityInfoAccessPresentCheck
public class AuthorityInfoAccessPresentCheck extends ChainItem<XmlSubXCV>
Checks if the authority information access urls are present
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider -
Constructor Summary
Constructors Constructor Description AuthorityInfoAccessPresentCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, LevelConstraint constraint)Default constructor -
Method Summary
Modifier and Type Method Description protected MessageTaggetErrorMessageTag()Returns an i18n key String of an error message to getprotected IndicationgetFailedIndicationForConclusion()Gets an Indication in case of failureprotected SubIndicationgetFailedSubIndicationForConclusion()Gets a SubIndication in case of failureprotected MessageTaggetMessageTag()Returns 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, buildXmlName, execute, getAdditionalInfo, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
AuthorityInfoAccessPresentCheck
public AuthorityInfoAccessPresentCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, LevelConstraint constraint)Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlSubXCVcertificate-CertificateWrapperconstraint-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<XmlSubXCV>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Overrides:
getErrorMessageTagin classChainItem<XmlSubXCV>- Returns:
MessageTagkey
-
getFailedIndicationForConclusion
Description copied from class:ChainItemGets an Indication in case of failure- Specified by:
getFailedIndicationForConclusionin classChainItem<XmlSubXCV>- Returns:
Indication
-
getFailedSubIndicationForConclusion
Description copied from class:ChainItemGets a SubIndication in case of failure- Specified by:
getFailedSubIndicationForConclusionin classChainItem<XmlSubXCV>- Returns:
SubIndication
-