public static class TLSClientParametersConfig.TLSClientParametersTypeInternal
extends org.apache.cxf.configuration.security.TLSClientParametersType
certAlias, certConstraints, cipherSuites, cipherSuitesFilter, disableCNCheck, enableRevocation, jsseProvider, keyManagers, secureRandomParameters, secureSocketProtocol, sslCacheTimeout, trustManagers, useHttpsURLConnectionDefaultHostnameVerifier, useHttpsURLConnectionDefaultSslSocketFactory| Constructor and Description | 
|---|
| TLSClientParametersTypeInternal() | 
| 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, getJsseProvider, getKeyManagers, getSecureRandomParameters, getSecureSocketProtocol, getSslCacheTimeout, getTrustManagers, isDisableCNCheck, isEnableRevocation, isSetCertAlias, isSetCertConstraints, isSetCipherSuites, isSetCipherSuitesFilter, isSetDisableCNCheck, isSetEnableRevocation, isSetJsseProvider, isSetKeyManagers, isSetSecureRandomParameters, isSetSecureSocketProtocol, isSetSslCacheTimeout, isSetTrustManagers, isSetUseHttpsURLConnectionDefaultHostnameVerifier, isSetUseHttpsURLConnectionDefaultSslSocketFactory, isUseHttpsURLConnectionDefaultHostnameVerifier, isUseHttpsURLConnectionDefaultSslSocketFactory, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setDisableCNCheck, setEnableRevocation, setJsseProvider, setKeyManagers, setSecureRandomParameters, setSecureSocketProtocol, setSslCacheTimeout, setTrustManagers, setUseHttpsURLConnectionDefaultHostnameVerifier, setUseHttpsURLConnectionDefaultSslSocketFactory, unsetDisableCNCheck, unsetEnableRevocation, unsetSslCacheTimeout, unsetUseHttpsURLConnectionDefaultHostnameVerifier, unsetUseHttpsURLConnectionDefaultSslSocketFactorypublic KeyManager[] getKeyManagersRef()
public void setKeyManagersRef(KeyManager[] keyManagersRef)
public boolean isSetKeyManagersRef()
public TrustManager[] getTrustManagersRef()
public void setTrustManagersRef(TrustManager[] trustManagersRef)
public boolean isSetTrustManagersRef()
Apache CXF