Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.CipherSuites

Packages that use CipherSuites
org.apache.cxf.configuration.security   
 

Uses of CipherSuites in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as CipherSuites
protected  CipherSuites TLSServerParametersType.cipherSuites
           
protected  CipherSuites TLSClientParametersType.cipherSuites
           
 

Methods in org.apache.cxf.configuration.security that return CipherSuites
 CipherSuites ObjectFactory.createCipherSuites()
          Create an instance of CipherSuites
 CipherSuites TLSServerParametersType.getCipherSuites()
          Gets the value of the cipherSuites property.
 CipherSuites TLSClientParametersType.getCipherSuites()
          Gets the value of the cipherSuites property.
 

Methods in org.apache.cxf.configuration.security with parameters of type CipherSuites
 void TLSServerParametersType.setCipherSuites(CipherSuites value)
          Sets the value of the cipherSuites property.
 void TLSClientParametersType.setCipherSuites(CipherSuites value)
          Sets the value of the cipherSuites property.
 


Apache CXF API

Apache CXF