Apache CXF API

org.apache.cxf.configuration.jsse
Class TLSServerParametersConfig.TLSServerParametersTypeInternal

java.lang.Object
  extended by org.apache.cxf.configuration.security.TLSServerParametersType
      extended by org.apache.cxf.configuration.jsse.TLSServerParametersConfig.TLSServerParametersTypeInternal
Enclosing class:
TLSServerParametersConfig

public static class TLSServerParametersConfig.TLSServerParametersTypeInternal
extends TLSServerParametersType


Field Summary
 
Fields inherited from class org.apache.cxf.configuration.security.TLSServerParametersType
certAlias, certConstraints, cipherSuites, cipherSuitesFilter, clientAuthentication, jsseProvider, keyManagers, secureRandomParameters, secureSocketProtocol, trustManagers
 
Constructor Summary
TLSServerParametersConfig.TLSServerParametersTypeInternal()
           
 
Method Summary
 KeyManager[] getKeyManagersRef()
           
 TrustManager[] getTrustManagersRef()
           
 boolean isSetKeyManagersRef()
           
 boolean isSetTrustManagersRef()
           
 void setKeyManagersRef(KeyManager[] keyManagersRef)
           
 void setTrustManagersRef(TrustManager[] trustManagersRef)
           
 
Methods inherited from class org.apache.cxf.configuration.security.TLSServerParametersType
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getClientAuthentication, getJsseProvider, getKeyManagers, getSecureRandomParameters, getSecureSocketProtocol, getTrustManagers, isSetCertAlias, isSetCertConstraints, isSetCipherSuites, isSetCipherSuitesFilter, isSetClientAuthentication, isSetJsseProvider, isSetKeyManagers, isSetSecureRandomParameters, isSetSecureSocketProtocol, isSetTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setClientAuthentication, setJsseProvider, setKeyManagers, setSecureRandomParameters, setSecureSocketProtocol, setTrustManagers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSServerParametersConfig.TLSServerParametersTypeInternal

public TLSServerParametersConfig.TLSServerParametersTypeInternal()
Method Detail

getKeyManagersRef

public KeyManager[] getKeyManagersRef()

setKeyManagersRef

public void setKeyManagersRef(KeyManager[] keyManagersRef)

isSetKeyManagersRef

public boolean isSetKeyManagersRef()

getTrustManagersRef

public TrustManager[] getTrustManagersRef()

setTrustManagersRef

public void setTrustManagersRef(TrustManager[] trustManagersRef)

isSetTrustManagersRef

public boolean isSetTrustManagersRef()

Apache CXF API

Apache CXF