Class ConfiguredFilebasedSslProvider

    • Constructor Detail

      • ConfiguredFilebasedSslProvider

        public ConfiguredFilebasedSslProvider​(String servername,
                                              String privateKeyPath,
                                              String certificatePath,
                                              String caCertificatePath,
                                              String clientAuthentication,
                                              List<String> cipherSuites,
                                              List<String> protocolVersions)
    • Method Detail

      • amendConnectorConfig

        public void amendConnectorConfig​(com.yahoo.jdisc.http.ConnectorConfig.Builder builder)
        Specified by:
        amendConnectorConfig in class SslProvider