Package network.oxalis.pkix.ocsp.api
Interface OcspFetcher
-
- All Known Implementing Classes:
ApacheOcspFetcher,UrlOcspFetcher
public interface OcspFetcher- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OcspFetcherResponsefetch(URI uri, byte[] content)
-
-
-
Method Detail
-
fetch
OcspFetcherResponse fetch(URI uri, byte[] content) throws IOException
- Throws:
IOException
-
-