org.apache.cxf.configuration.jsse
Class TLSServerParametersConfig
java.lang.Object
org.apache.cxf.configuration.jsse.TLSParameterBase
org.apache.cxf.configuration.jsse.TLSServerParameters
org.apache.cxf.configuration.jsse.TLSServerParametersConfig
public class TLSServerParametersConfig
- extends TLSServerParameters
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.
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase |
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, 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 |
TLSServerParametersConfig
public TLSServerParametersConfig(TLSServerParametersType params)
throws GeneralSecurityException,
IOException
- Throws:
GeneralSecurityException
IOException
Apache CXF