Apache CXF API

Uses of Package
org.apache.cxf.configuration.jsse

Packages that use org.apache.cxf.configuration.jsse
org.apache.cxf.configuration.jsse   
org.apache.cxf.jaxrs.client.spec   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http.netty.server.spring   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.https   
org.apache.cxf.transport.https_jetty   
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.configuration.jsse
TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
TLSParameterBase
          This class is the base class for SSL/TLS parameters that are common to both client and server sides.
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.jaxrs.client.spec
TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http
TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http.asyncclient
TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http.netty.client
TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http.netty.server
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http.netty.server.spring
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
TLSServerParametersConfig
          This class is used by Spring Config to convert the TLSServerParameters JAXB generated type into programmatic TLS Server Parameters for the configuration of the http-destination.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http_jetty
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.http_jetty.spring
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
TLSServerParametersConfig
          This class is used by Spring Config to convert the TLSServerParameters JAXB generated type into programmatic TLS Server Parameters for the configuration of the http-destination.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.https
TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
TLSParameterBase
          This class is the base class for SSL/TLS parameters that are common to both client and server sides.
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.transport.https_jetty
TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
 


Apache CXF API

Apache CXF