Uses of Class
eu.europa.esig.dss.diagnostic.RevocationWrapper
Package
Description
-
Uses of RevocationWrapper in eu.europa.esig.dss.diagnostic
Modifier and TypeClassDescriptionclass
Complete revocation wrapper, containing detailed certificate revocation and common informationclass
Wrapper for aXmlRelatedRevocation
objectModifier and TypeMethodDescriptionDiagnosticData.getRevocationById
(String id) ReturnsRevocationWrapper
with the givenid
Modifier and TypeMethodDescriptionDiagnosticData.getAllRevocationData()
This method returns all revocation dataTimestampWrapper.getTimestampedRevocations()
Returns a list of revocation data covered be the current timestamp -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process
Modifier and TypeMethodDescriptionstatic boolean
ValidationProcessUtils.isRevocationDataAcceptable
(XmlBasicBuildingBlocks bbb, CertificateWrapper certificate, RevocationWrapper revocationData) This method verifies if a revocation data is acceptable for the givencertificate
according to the validation performed withinbbb
-
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.sav
ModifierConstructorDescriptionRevocationAcceptanceValidation
(I18nProvider i18nProvider, Date currentTime, RevocationWrapper revocationWrapper, ValidationPolicy validationPolicy) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.crs
Modifier and TypeFieldDescriptionprotected final Map<RevocationWrapper,
Boolean> CertificateRevocationSelector.revocationDataValidityMap
This map contains validation results of the revocation data processing -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks
Modifier and TypeFieldDescriptionprotected final RevocationWrapper
RevocationConsistentCheck.revocationData
Revocation data to checkModifierConstructorDescriptionRevocationCertHashMatchCheck
(I18nProvider i18nProvider, XmlRAC result, RevocationWrapper revocationData, LevelConstraint constraint) Default constructorRevocationCertHashPresenceCheck
(I18nProvider i18nProvider, XmlRAC result, RevocationWrapper revocationData, LevelConstraint constraint) Default constructorRevocationConsistentCheck
(I18nProvider i18nProvider, T result, CertificateWrapper certificate, RevocationWrapper revocationData, LevelConstraint constraint) Default constructorRevocationResponderIdMatchCheck
(I18nProvider i18nProvider, XmlRAC result, RevocationWrapper revocationData, LevelConstraint constraint) Default constructorSelfIssuedOCSPCheck
(I18nProvider i18nProvider, XmlRAC result, CertificateWrapper certificateWrapper, RevocationWrapper revocationData, LevelConstraint constraint) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.rfc
ModifierConstructorDescriptionRevocationFreshnessChecker
(I18nProvider i18nProvider, RevocationWrapper revocationData, Date validationDate, Context context, SubContext subContext, ValidationPolicy policy) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks
Modifier and TypeFieldDescriptionprotected final RevocationWrapper
AbstractRevocationFreshCheck.revocationData
Revocation data to checkModifierConstructorDescriptionprotected
AbstractRevocationFreshCheck
(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint) Default constructorAcceptableRevocationDataAvailableCheck
(I18nProvider i18nProvider, T result, RevocationWrapper revocationData, LevelConstraint constraint) Default constructorNextUpdateCheck
(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, LevelConstraint constraint) Default constructorRevocationDataFreshCheck
(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint) Default constructorRevocationDataFreshCheckWithNullConstraint
(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
ModifierConstructorDescriptionRevocationIssuerValidityRangeCheck
(I18nProvider i18nProvider, T result, RevocationWrapper revocationWrapper, Date currentTime, LevelConstraint constraint) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.vpfltvd
ModifierConstructorDescriptionRevocationBasicValidationProcess
(I18nProvider i18nProvider, DiagnosticData diagnosticData, RevocationWrapper revocationData, Map<String, XmlBasicBuildingBlocks> bbbs) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Modifier and TypeClassDescriptionclass
This class verifies if there is a POE for the revocation information of the signer certificate at (or before) the revocation time of the CA certificate -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks
ModifierConstructorDescriptionRevocationIssuedBeforeControlTimeCheck
(I18nProvider i18nProvider, T result, RevocationWrapper revocation, Date controlTime, LevelConstraint constraint) Default constructor