| Package | Description |
|---|---|
| network.oxalis.ocsp | |
| network.oxalis.ocsp.builder | |
| network.oxalis.ocsp.fetcher |
| Modifier and Type | Method and Description |
|---|---|
static Builder<OcspClient> |
OcspClient.builder()
Builder to create an instance of the client.
|
static Builder<OcspMultiClient> |
OcspMultiClient.builder()
Builder to create an instance of the client.
|
| Modifier and Type | Method and Description |
|---|---|
<S> Builder<T> |
Builder.set(Property<S> property,
S value) |
| Modifier and Type | Method and Description |
|---|---|
static Builder<OcspFetcher> |
UrlOcspFetcher.builder()
Builder to create an instance of OcspFetcher using HttpURLConnection for connectivity.
|
static Builder<OcspFetcher> |
ApacheOcspFetcher.builder()
Builder to create an instance of OcspFetcher using Apache HttpClient for connectivity.
|
Copyright © 2022 NorStella. All rights reserved.