Uses of Class
eu.europa.esig.dss.diagnostic.RevocationWrapper
Packages that use RevocationWrapper
Package
Description
-
Uses of RevocationWrapper in eu.europa.esig.dss.diagnostic
Subclasses of RevocationWrapper in eu.europa.esig.dss.diagnosticModifier and TypeClassDescriptionclass
Complete revocation wrapper, containing detailed certificate revocation and common informationclass
Wrapper for aXmlRelatedRevocation
objectMethods in eu.europa.esig.dss.diagnostic that return RevocationWrapperModifier and TypeMethodDescriptionDiagnosticData.getRevocationById
(String id) ReturnsRevocationWrapper
with the givenid
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type RevocationWrapperModifier 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
Methods in eu.europa.esig.dss.validation.process with parameters of type RevocationWrapperModifier 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
Constructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type RevocationWrapperModifierConstructorDescriptionRevocationAcceptanceValidation
(I18nProvider i18nProvider, Date currentTime, RevocationWrapper revocationWrapper, ValidationPolicy validationPolicy) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.crs
Fields in eu.europa.esig.dss.validation.process.bbb.xcv.crs with type parameters of type RevocationWrapperModifier 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
Fields in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks declared as RevocationWrapperModifier and TypeFieldDescriptionprotected final RevocationWrapper
RevocationConsistentCheck.revocationData
Revocation data to checkConstructors in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks with parameters of type RevocationWrapperModifierConstructorDescriptionRevocationCertHashMatchCheck
(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
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc with parameters of type RevocationWrapperModifierConstructorDescriptionRevocationFreshnessChecker
(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
Fields in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks declared as RevocationWrapperModifier and TypeFieldDescriptionprotected final RevocationWrapper
AbstractRevocationFreshCheck.revocationData
Revocation data to checkConstructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks with parameters of type RevocationWrapperModifierConstructorDescriptionprotected
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
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks with parameters of type RevocationWrapperModifierConstructorDescriptionRevocationIssuerValidityRangeCheck
(I18nProvider i18nProvider, T result, RevocationWrapper revocationWrapper, Date currentTime, LevelConstraint constraint) Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.vpfltvd
Constructors in eu.europa.esig.dss.validation.process.vpfltvd with parameters of type RevocationWrapperModifierConstructorDescriptionRevocationBasicValidationProcess
(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
Classes in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks with type parameters of type RevocationWrapperModifier 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
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks with parameters of type RevocationWrapperModifierConstructorDescriptionRevocationIssuedBeforeControlTimeCheck
(I18nProvider i18nProvider, T result, RevocationWrapper revocation, Date controlTime, LevelConstraint constraint) Default constructor