|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.jsse.TLSParameterBase
org.apache.cxf.configuration.jsse.TLSClientParameters
org.apache.cxf.configuration.jsse.spring.TLSClientParametersConfig
public class 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.
| Constructor Summary | |
|---|---|
TLSClientParametersConfig(TLSClientParametersType params)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.cxf.configuration.jsse.TLSClientParameters |
|---|
isDisableCNCheck, setDisableCNCheck |
| Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase |
|---|
getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TLSClientParametersConfig(TLSClientParametersType params)
throws java.security.GeneralSecurityException,
java.io.IOException
java.security.GeneralSecurityException
java.io.IOException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||