Class RevocationHasInformationAboutCertificateCheck
java.lang.Object
eu.europa.esig.dss.validation.process.ChainItem<XmlRAC>
eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks.RevocationHasInformationAboutCertificateCheck
Checks whether the concerned certificate has existed at the time of revocation data generation
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.process.ChainItem
i18nProvider -
Constructor Summary
ConstructorsConstructorDescriptionRevocationHasInformationAboutCertificateCheck(I18nProvider i18nProvider, XmlRAC result, CertificateWrapper certificate, RevocationWrapper revocationData, LevelRule constraint) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilds an additional informationprotected MessageTagReturns an i18n key String of an error message to getprotected IndicationGets an Indication in case of failureprotected SubIndicationGets a SubIndication in case of failureprotected MessageTagReturns an i18n key String of a message to getprotected StringReturns the additional information message in case if computed time 'notAfter' is after the certificate's notAfterprotected booleanprocess()Performs the checkMethods inherited from class eu.europa.esig.dss.validation.process.ChainItem
buildConstraintMessage, buildErrorMessage, buildXmlMessage, execute, getAdditionalInfo, getBlockType, getLevel, getPreviousErrors, getSuccessIndication, getSuccessSubIndication, isIndeterminateConclusion, isInvalidConclusion, isValid, isValidConclusion, setNextItem
-
Constructor Details
-
RevocationHasInformationAboutCertificateCheck
public RevocationHasInformationAboutCertificateCheck(I18nProvider i18nProvider, XmlRAC result, CertificateWrapper certificate, RevocationWrapper revocationData, LevelRule constraint) Default constructor- Parameters:
i18nProvider-I18nProviderresult-XmlRACcertificate-CertificateWrapperrevocationData-RevocationWrapperconstraint-LevelRule
-
-
Method Details
-
process
protected boolean process()Description copied from class:ChainItemPerforms the check -
buildAdditionalInfo
Description copied from class:ChainItemBuilds an additional information- Overrides:
buildAdditionalInfoin classChainItem<XmlRAC>- Returns:
String
-
getNotAfterAfterCertificateNotAfterMessage
Returns the additional information message in case if computed time 'notAfter' is after the certificate's notAfter- Returns:
String
-
getMessageTag
Description copied from class:ChainItemReturns an i18n key String of a message to get- Overrides:
getMessageTagin classChainItem<XmlRAC>- Returns:
MessageTagkey
-
getErrorMessageTag
Description copied from class:ChainItemReturns an i18n key String of an error message to get- Overrides:
getErrorMessageTagin classChainItem<XmlRAC>- Returns:
MessageTagkey
-
getFailedIndicationForConclusion
Description copied from class:ChainItemGets an Indication in case of failure- Specified by:
getFailedIndicationForConclusionin classChainItem<XmlRAC>- Returns:
Indication
-
getFailedSubIndicationForConclusion
Description copied from class:ChainItemGets a SubIndication in case of failure- Specified by:
getFailedSubIndicationForConclusionin classChainItem<XmlRAC>- Returns:
SubIndication
-