org.apache.cxf.configuration.jsse
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createTLSClientParametersFromType
public static TLSClientParameters createTLSClientParametersFromType(TLSClientParametersType params)
throws GeneralSecurityException,
IOException
- Throws:
GeneralSecurityException
IOException
createTLSClientParameters
public static Object createTLSClientParameters(String s)
Apache CXF