public class UrlOcspFetcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
static Property<Integer> |
TIMEOUT_CONNECT |
static Property<Integer> |
TIMEOUT_READ |
| Constructor and Description |
|---|
UrlOcspFetcher(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
static Builder<OcspFetcher> |
builder()
Builder to create an instance of OcspFetcher using HttpURLConnection for connectivity.
|
OcspFetcherResponse |
fetch(URI uri,
byte[] content) |
protected final Properties properties
public UrlOcspFetcher(Properties properties)
public static Builder<OcspFetcher> builder()
public OcspFetcherResponse fetch(URI uri, byte[] content) throws IOException
IOExceptionCopyright © 2022 NorStella. All rights reserved.