Class TLSClientParametersConfig
- java.lang.Object
-
- org.apache.cxf.configuration.jsse.TLSClientParametersConfig
-
public final class TLSClientParametersConfig extends Object
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
Nested Classes Modifier and Type Class Description static class
TLSClientParametersConfig.TLSClientParametersTypeInternal
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
createTLSClientParameters(String s)
static TLSClientParameters
createTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params)
-
-
-
Method Detail
-
createTLSClientParametersFromType
public static TLSClientParameters createTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params) throws GeneralSecurityException, IOException
- Throws:
GeneralSecurityException
IOException
-
-