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. cipherSuitesprotected CipherSuitesTLSServerParametersType. cipherSuitesMethods 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.
-