Uses of Class
network.oxalis.pkix.ocsp.builder.Property
-
Packages that use Property Package Description network.oxalis.pkix.ocsp network.oxalis.pkix.ocsp.builder network.oxalis.pkix.ocsp.fetcher -
-
Uses of Property in network.oxalis.pkix.ocsp
Fields in network.oxalis.pkix.ocsp declared as Property Modifier and Type Field Description static Property<Boolean>AbstractOcspClient. EXCEPTION_ON_NO_PATHstatic Property<Boolean>AbstractOcspClient. EXCEPTION_ON_NO_PATHstatic Property<Boolean>OcspClient. EXCEPTION_ON_REVOKEDstatic Property<Boolean>OcspClient. EXCEPTION_ON_UNKNOWNstatic Property<OcspFetcher>AbstractOcspClient. FETCHERstatic Property<OcspFetcher>AbstractOcspClient. FETCHERstatic Property<List<X509Certificate>>AbstractOcspClient. INTERMEDIATESstatic Property<List<X509Certificate>>AbstractOcspClient. INTERMEDIATESstatic Property<Boolean>AbstractOcspClient. NONCEstatic Property<Boolean>AbstractOcspClient. NONCEstatic Property<URI>AbstractOcspClient. OVERRIDE_URLstatic Property<URI>AbstractOcspClient. OVERRIDE_URL -
Uses of Property in network.oxalis.pkix.ocsp.builder
Fields in network.oxalis.pkix.ocsp.builder with type parameters of type Property Modifier and Type Field Description protected Map<Property<?>,Object>Builder. mapMethods in network.oxalis.pkix.ocsp.builder that return Property Modifier and Type Method Description static <T> Property<T>Property. create()static <T> Property<T>Property. create(T defaultValue)Methods in network.oxalis.pkix.ocsp.builder with parameters of type Property Modifier and Type Method Description <S> SProperties. get(Property<S> property)<S> Builder<T>Builder. set(Property<S> property, S value)Constructor parameters in network.oxalis.pkix.ocsp.builder with type arguments of type Property Constructor Description Properties(Map<Property<?>,Object> map) -
Uses of Property in network.oxalis.pkix.ocsp.fetcher
Fields in network.oxalis.pkix.ocsp.fetcher declared as Property Modifier and Type Field Description static Property<org.apache.http.conn.HttpClientConnectionManager>ApacheOcspFetcher. CONNECTION_MANAGERstatic Property<Boolean>ApacheOcspFetcher. CONNECTION_MANAGER_SHAREDstatic Property<Integer>AbstractOcspFetcher. TIMEOUT_CONNECTstatic Property<Integer>AbstractOcspFetcher. TIMEOUT_CONNECTstatic Property<Integer>ApacheOcspFetcher. TIMEOUT_CONNECTION_MANAGERstatic Property<Integer>AbstractOcspFetcher. TIMEOUT_READstatic Property<Integer>AbstractOcspFetcher. TIMEOUT_READ
-