Package network.oxalis.commons.mode
Class OxalisOcspFetcher
- java.lang.Object
-
- network.oxalis.commons.mode.OxalisOcspFetcher
-
- All Implemented Interfaces:
network.oxalis.pkix.ocsp.api.OcspFetcher
public class OxalisOcspFetcher extends Object implements network.oxalis.pkix.ocsp.api.OcspFetcher
- Since:
- 4.0.0, 5.0.0
- Author:
- erlend, aaron-kumar
-
-
Constructor Summary
Constructors Constructor Description OxalisOcspFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description network.oxalis.pkix.ocsp.api.OcspFetcherResponsefetch(URI uri, byte[] content)
-
-
-
Method Detail
-
fetch
public network.oxalis.pkix.ocsp.api.OcspFetcherResponse fetch(URI uri, byte[] content) throws IOException
- Specified by:
fetchin interfacenetwork.oxalis.pkix.ocsp.api.OcspFetcher- Throws:
IOException
-
-