Uses of Class
org.apache.cxf.configuration.jsse.TLSParameterBase
Packages that use TLSParameterBase
-
Uses of TLSParameterBase in org.apache.cxf.configuration.jsse
Subclasses of TLSParameterBase in org.apache.cxf.configuration.jsseModifier and TypeClassDescriptionclassThis class extendsTLSParameterBasewith client-specific SSL/TLS parameters.classThis class extendsTLSParameterBasewith service-specific SSL/TLS parameters.classThis 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 TLSParameterBaseModifier and TypeMethodDescriptionstatic KeyManager[]SSLUtils.configureKeyManagersWithCertAlias(TLSParameterBase tlsParameters, KeyManager[] keyManagers) static SSLContextSSLUtils.getSSLContext(TLSParameterBase parameters) static SSLContextSSLUtils.getSSLContext(TLSParameterBase parameters, boolean addHNV) static SSLContextInitParametersSSLUtils.getSSLContextInitParameters(TLSParameterBase parameters)