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, setExcludeProtocolsgetCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagerspublic TLSServerParametersConfig(TLSServerParametersType params) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionApache CXF