Class TLSClientParametersConfig.TLSClientParametersTypeInternal
- java.lang.Object
- 
- org.apache.cxf.configuration.security.TLSClientParametersType
- 
- org.apache.cxf.configuration.jsse.TLSClientParametersConfig.TLSClientParametersTypeInternal
 
 
- 
- Enclosing class:
- TLSClientParametersConfig
 
 public static class TLSClientParametersConfig.TLSClientParametersTypeInternal extends org.apache.cxf.configuration.security.TLSClientParametersType
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.configuration.security.TLSClientParametersTypecertAlias, certConstraints, cipherSuites, cipherSuitesFilter, disableCNCheck, enableRevocation, jsseProvider, keyManagers, secureRandomParameters, secureSocketProtocol, sslCacheTimeout, trustManagers, useHttpsURLConnectionDefaultHostnameVerifier, useHttpsURLConnectionDefaultSslSocketFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description TLSClientParametersTypeInternal()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManager[]getKeyManagersRef()TrustManager[]getTrustManagersRef()booleanisSetKeyManagersRef()booleanisSetTrustManagersRef()voidsetKeyManagersRef(KeyManager[] keyManagersRef)voidsetTrustManagersRef(TrustManager[] trustManagersRef)- 
Methods inherited from class org.apache.cxf.configuration.security.TLSClientParametersTypegetCertAlias, 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, unsetUseHttpsURLConnectionDefaultSslSocketFactory
 
- 
 
- 
- 
- 
Method Detail- 
getKeyManagersRefpublic KeyManager[] getKeyManagersRef() 
 - 
setKeyManagersRefpublic void setKeyManagersRef(KeyManager[] keyManagersRef) 
 - 
isSetKeyManagersRefpublic boolean isSetKeyManagersRef() 
 - 
getTrustManagersRefpublic TrustManager[] getTrustManagersRef() 
 - 
setTrustManagersRefpublic void setTrustManagersRef(TrustManager[] trustManagersRef) 
 - 
isSetTrustManagersRefpublic boolean isSetTrustManagersRef() 
 
- 
 
-