Uses of Class
network.oxalis.pkix.ocsp.builder.Builder
-
Packages that use Builder Package Description network.oxalis.pkix.ocsp network.oxalis.pkix.ocsp.builder network.oxalis.pkix.ocsp.fetcher -
-
Uses of Builder in network.oxalis.pkix.ocsp
Methods in network.oxalis.pkix.ocsp that return Builder Modifier and Type Method 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. -
Uses of Builder in network.oxalis.pkix.ocsp.builder
Methods in network.oxalis.pkix.ocsp.builder that return Builder Modifier and Type Method Description <S> Builder<T>Builder. set(Property<S> property, S value) -
Uses of Builder in network.oxalis.pkix.ocsp.fetcher
Methods in network.oxalis.pkix.ocsp.fetcher that return Builder 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.
-