org.apache.cxf.configuration.jsse.spring |
|
Java Source File Name | Type | Comment |
TLSClientParametersConfig.java | Class | This class provides the TLSServerParameters that programmatically
configure a HTTPDestination. |
TLSParameterJaxBUtils.java | Class | This class provides some functionality to convert the JAXB
generated types in the security.xsd to the items needed
to programatically configure the HTTPConduit and HTTPDesination
with TLSClientParameters and TLSServerParameters respectively. |
TLSServerParametersConfig.java | Class | 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. |