Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.OnlineRevocationSource
-
Packages that use OnlineRevocationSource Package Description eu.europa.esig.dss.service.crl eu.europa.esig.dss.service.ocsp eu.europa.esig.dss.spi.x509.revocation -
-
Uses of OnlineRevocationSource in eu.europa.esig.dss.service.crl
Classes in eu.europa.esig.dss.service.crl that implement OnlineRevocationSource Modifier and Type Class Description classOnlineCRLSourceOnline CRL repository. -
Uses of OnlineRevocationSource in eu.europa.esig.dss.service.ocsp
Classes in eu.europa.esig.dss.service.ocsp that implement OnlineRevocationSource Modifier and Type Class Description classOnlineOCSPSourceOnline OCSP repository. -
Uses of OnlineRevocationSource in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation declared as OnlineRevocationSource Modifier and Type Field Description protected OnlineRevocationSource<T>RepositoryRevocationSource. proxiedSourceMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type OnlineRevocationSource Modifier and Type Method Description voidRepositoryRevocationSource. setProxySource(OnlineRevocationSource<T> proxiedSource)The proxied revocation source to be called if the data is not available in the cache
-