public class TLSServerParametersConfig extends TLSServerParameters
Modifier and Type | Class and Description |
---|---|
static class |
TLSServerParametersConfig.TLSServerParametersTypeInternal |
certAlias, certConstraints, cipherSuiteFilters, ciphersuites, keyManagers, protocol, provider, secureRandom, trustManagers
Constructor and Description |
---|
TLSServerParametersConfig(TLSServerParametersType params) |
getClientAuthentication, getExcludeProtocols, setClientAuthentication, setExcludeProtocols
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
public TLSServerParametersConfig(TLSServerParametersType params) throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
Apache CXF