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 informationMethods 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 data -
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)
-
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 RevocationConsistentCheck(I18nProvider i18nProvider, T result, CertificateWrapper certificate, RevocationWrapper revocationData, LevelConstraint constraint)
-
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)
-
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
-
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)