Uses of Class
org.apache.cxf.configuration.security.CipherSuites
Packages that use CipherSuites
-
Uses of CipherSuites in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as CipherSuitesModifier and TypeFieldDescriptionprotected 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 CipherSuitesModifier and TypeMethodDescriptionObjectFactory.createCipherSuites()Create an instance ofCipherSuitesTLSClientParametersType.getCipherSuites()Gets the value of the cipherSuites property.TLSServerParametersType.getCipherSuites()Gets the value of the cipherSuites property.Methods in org.apache.cxf.configuration.security with parameters of type CipherSuitesModifier and TypeMethodDescriptionvoidTLSClientParametersType.setCipherSuites(CipherSuites value) Sets the value of the cipherSuites property.voidTLSServerParametersType.setCipherSuites(CipherSuites value) Sets the value of the cipherSuites property.