Class TLSClientParametersConfig
java.lang.Object
org.apache.cxf.configuration.jsse.TLSClientParametersConfig
This class provides the TLSClientParameters that programmatically
configure a HTTPConduit. It is initialized with the JAXB
type TLSClientParametersType that was used in the Spring configuration
of the http-conduit bean.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
static TLSClientParameters
createTLSClientParametersFromType
(org.apache.cxf.configuration.security.TLSClientParametersType params)
-
Method Details
-
createTLSClientParametersFromType
public static TLSClientParameters createTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params) throws GeneralSecurityException, IOException - Throws:
GeneralSecurityException
IOException
-
createTLSClientParameters
-