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.configuration.jsse.spring   
org.apache.cxf.transport.http   
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
TLSParameterBase
          This class is the base class for SSL/TLS parameters that are common to both client and server sides.
 

Classes in org.apache.cxf.configuration.jsse used by org.apache.cxf.configuration.jsse.spring
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.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_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.
 

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.
 

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