Class SSLServerConnFactoryBuilder

    • Constructor Detail

      • SSLServerConnFactoryBuilder

        public SSLServerConnFactoryBuilder​(org.apache.axis2.description.TransportInDescription transportIn,
                                           org.apache.http.HttpHost host)
    • Method Detail

      • parseSSL

        public ServerConnFactoryBuilder parseSSL​(org.apache.axiom.om.OMElement keyStoreEl,
                                                 org.apache.axiom.om.OMElement trustStoreEl,
                                                 org.apache.axiom.om.OMElement clientAuthEl,
                                                 org.apache.axiom.om.OMElement httpsProtocolsEl,
                                                 String sslProtocol,
                                                 org.apache.axiom.om.OMElement cvp,
                                                 org.apache.axiom.om.OMElement preferredCiphers)
                                          throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault