Uses of Class
network.oxalis.pkix.ocsp.builder.Properties
-
Packages that use Properties Package Description network.oxalis.pkix.ocsp network.oxalis.pkix.ocsp.builder network.oxalis.pkix.ocsp.fetcher -
-
Uses of Properties in network.oxalis.pkix.ocsp
Fields in network.oxalis.pkix.ocsp declared as Properties Modifier and Type Field Description protected PropertiesAbstractOcspClient. propertiesProperties provided by the builder.protected PropertiesAbstractOcspClient. propertiesProperties provided by the builder. -
Uses of Properties in network.oxalis.pkix.ocsp.builder
Methods in network.oxalis.pkix.ocsp.builder with parameters of type Properties Modifier and Type Method Description TBuildHandler. build(Properties properties) -
Uses of Properties in network.oxalis.pkix.ocsp.fetcher
Fields in network.oxalis.pkix.ocsp.fetcher declared as Properties Modifier and Type Field Description protected PropertiesAbstractOcspFetcher. propertiesprotected PropertiesAbstractOcspFetcher. propertiesConstructors in network.oxalis.pkix.ocsp.fetcher with parameters of type Properties Constructor Description UrlOcspFetcher(Properties properties)
-