Uses of Class
org.apache.cxf.configuration.security.CipherSuites
-
Packages that use CipherSuites Package Description org.apache.cxf.configuration.security -
-
Uses of CipherSuites in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as CipherSuites Modifier and Type Field Description protected CipherSuitesTLSClientParametersType. cipherSuitesThis element contains the the CipherSuites that will be supported.protected CipherSuitesTLSServerParametersType. cipherSuitesThis element contains the the CipherSuites that will be supported.Methods in org.apache.cxf.configuration.security that return CipherSuites Modifier and Type Method Description CipherSuitesObjectFactory. createCipherSuites()Create an instance ofCipherSuitesCipherSuitesTLSClientParametersType. getCipherSuites()Gets the value of the cipherSuites property.CipherSuitesTLSServerParametersType. getCipherSuites()Gets the value of the cipherSuites property.Methods in org.apache.cxf.configuration.security with parameters of type CipherSuites Modifier and Type Method Description voidTLSClientParametersType. setCipherSuites(CipherSuites value)Sets the value of the cipherSuites property.voidTLSServerParametersType. setCipherSuites(CipherSuites value)Sets the value of the cipherSuites property.
-