Uses of Interface
network.oxalis.pkix.ocsp.api.OcspFetcher
-
Packages that use OcspFetcher Package Description network.oxalis.pkix.ocsp network.oxalis.pkix.ocsp.fetcher -
-
Uses of OcspFetcher in network.oxalis.pkix.ocsp
Fields in network.oxalis.pkix.ocsp with type parameters of type OcspFetcher Modifier and Type Field Description static Property<OcspFetcher>AbstractOcspClient. FETCHERstatic Property<OcspFetcher>AbstractOcspClient. FETCHER -
Uses of OcspFetcher in network.oxalis.pkix.ocsp.fetcher
Classes in network.oxalis.pkix.ocsp.fetcher that implement OcspFetcher Modifier and Type Class Description classApacheOcspFetcherclassUrlOcspFetcherMethods in network.oxalis.pkix.ocsp.fetcher that return types with arguments of type OcspFetcher Modifier and Type Method Description static Builder<OcspFetcher>ApacheOcspFetcher. builder()Builder to create an instance of OcspFetcher using Apache HttpClient for connectivity.static Builder<OcspFetcher>UrlOcspFetcher. builder()Builder to create an instance of OcspFetcher using HttpURLConnection for connectivity.
-