Uses of Class
eu.europa.esig.dss.diagnostic.RevocationWrapper
-
Uses of RevocationWrapper in eu.europa.esig.dss.diagnostic
Subclasses of RevocationWrapper in eu.europa.esig.dss.diagnostic Modifier and Type Class Description class
CertificateRevocationWrapper
Complete revocation wrapper, containing detailed certificate revocation and common informationclass
RelatedRevocationWrapper
Methods in eu.europa.esig.dss.diagnostic that return RevocationWrapper Modifier and Type Method Description RevocationWrapper
DiagnosticData. getRevocationById(String id)
ReturnsRevocationWrapper
with the givenid
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type RevocationWrapper Modifier and Type Method Description Set<RevocationWrapper>
DiagnosticData. getAllRevocationData()
This method returns all revocation dataList<RevocationWrapper>
TimestampWrapper. getTimestampedRevocations()
Returns a list of revocation data covered be the current timestamp -
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 RevocationWrapper Constructor Description RevocationAcceptanceValidation(I18nProvider i18nProvider, Date currentTime, RevocationWrapper revocationWrapper, ValidationPolicy validationPolicy)
Default constructor -
Uses of RevocationWrapper in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.rac.checks with parameters of type RevocationWrapper Constructor Description RevocationCertHashMatchCheck(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 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 RevocationWrapper Constructor Description RevocationFreshnessChecker(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 RevocationWrapper Modifier and Type Field Description protected RevocationWrapper
AbstractRevocationFreshCheck. revocationData
Revocation data to checkConstructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks with parameters of type RevocationWrapper Constructor Description AbstractRevocationFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint)
Default constructorAcceptableRevocationDataAvailableCheck(I18nProvider i18nProvider, T result, CertificateWrapper certificateWrapper, RevocationWrapper revocationData, LevelConstraint constraint)
Default constructorAcceptableRevocationDataAvailableCheck(I18nProvider i18nProvider, T result, RevocationWrapper revocationData, LevelConstraint constraint)
Constructor without certificateNextUpdateCheck(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.vpfswatsp.checks.vts.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks with parameters of type RevocationWrapper Constructor Description SatisfyingRevocationDataExistsCheck(I18nProvider i18nProvider, T result, RevocationWrapper revocationData, LevelConstraint constraint)
Default constructor