Apache CXF API

Uses of Class
org.apache.cxf.configuration.jsse.TLSParameterBase

Packages that use TLSParameterBase
org.apache.cxf.configuration.jsse   
org.apache.cxf.transport.https   
 

Uses of TLSParameterBase in org.apache.cxf.configuration.jsse
 

Subclasses of TLSParameterBase in org.apache.cxf.configuration.jsse
 class TLSClientParameters
          This class extends TLSParameterBase with client-specific SSL/TLS parameters.
 class TLSServerParameters
          This class extends TLSParameterBase with service-specific SSL/TLS parameters.
 class 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.
 

Uses of TLSParameterBase in org.apache.cxf.transport.https
 

Methods in org.apache.cxf.transport.https with parameters of type TLSParameterBase
protected static void SSLUtils.getKeyManagersWithCertAlias(TLSParameterBase tlsParameters, KeyManager[] keyManagers)
           
static SSLContext SSLUtils.getSSLContext(TLSParameterBase parameters)
           
 


Apache CXF API

Apache CXF