public static class TLSServerParametersConfig.TLSServerParametersTypeInternal
extends org.apache.cxf.configuration.security.TLSServerParametersType
certAlias, certConstraints, cipherSuites, cipherSuitesFilter, clientAuthentication, enableRevocation, excludeProtocols, includeProtocols, jsseProvider, keyManagers, secureRandomParameters, secureSocketProtocol, sniHostCheck, trustManagers
Constructor and Description |
---|
TLSServerParametersTypeInternal() |
Modifier and Type | Method and Description |
---|---|
KeyManager[] |
getKeyManagersRef() |
TrustManager[] |
getTrustManagersRef() |
boolean |
isSetKeyManagersRef() |
boolean |
isSetTrustManagersRef() |
void |
setKeyManagersRef(KeyManager[] keyManagersRef) |
void |
setTrustManagersRef(TrustManager[] trustManagersRef) |
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getClientAuthentication, getExcludeProtocols, getIncludeProtocols, getJsseProvider, getKeyManagers, getSecureRandomParameters, getSecureSocketProtocol, getTrustManagers, isEnableRevocation, isSetCertAlias, isSetCertConstraints, isSetCipherSuites, isSetCipherSuitesFilter, isSetClientAuthentication, isSetEnableRevocation, isSetExcludeProtocols, isSetIncludeProtocols, isSetJsseProvider, isSetKeyManagers, isSetSecureRandomParameters, isSetSecureSocketProtocol, isSetSniHostCheck, isSetTrustManagers, isSniHostCheck, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setClientAuthentication, setEnableRevocation, setExcludeProtocols, setIncludeProtocols, setJsseProvider, setKeyManagers, setSecureRandomParameters, setSecureSocketProtocol, setSniHostCheck, setTrustManagers, unsetEnableRevocation, unsetSniHostCheck
public KeyManager[] getKeyManagersRef()
public void setKeyManagersRef(KeyManager[] keyManagersRef)
public boolean isSetKeyManagersRef()
public TrustManager[] getTrustManagersRef()
public void setTrustManagersRef(TrustManager[] trustManagersRef)
public boolean isSetTrustManagersRef()
Apache CXF