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 TLSClientParametersType.cipherSuites
          This element contains the the CipherSuites that will be supported.
protected  CipherSuites TLSServerParametersType.cipherSuites
          This element contains the the CipherSuites that will be supported.
 

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

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


Apache CXF API

Apache CXF