Package com.yahoo.jdisc.http.ssl.impl
Class DefaultConnectorSsl
java.lang.Object
com.yahoo.jdisc.http.ssl.impl.DefaultConnectorSsl
- All Implemented Interfaces:
SslProvider.ConnectorSsl
Default implementation of
SslProvider backed by SslContextFactory.Server- Author:
- bjorncs
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.jdisc.http.SslProvider.ConnectorSsl
SslProvider.ConnectorSsl.ClientAuth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.util.ssl.SslContextFactory.ServersetEnabledCipherSuites(List<String> ciphers) setEnabledProtocolVersions(List<String> versions) setKeystore(KeyStore keystore) setKeystore(KeyStore keystore, char[] password) setSslContext(SSLContext ctx) setTruststore(KeyStore truststore) setTruststore(KeyStore truststore, char[] password)
-
Constructor Details
-
DefaultConnectorSsl
public DefaultConnectorSsl()
-
-
Method Details
-
setSslContext
- Specified by:
setSslContextin interfaceSslProvider.ConnectorSsl
-
setClientAuth
- Specified by:
setClientAuthin interfaceSslProvider.ConnectorSsl
-
setEnabledCipherSuites
- Specified by:
setEnabledCipherSuitesin interfaceSslProvider.ConnectorSsl
-
setEnabledProtocolVersions
- Specified by:
setEnabledProtocolVersionsin interfaceSslProvider.ConnectorSsl
-
setKeystore
- Specified by:
setKeystorein interfaceSslProvider.ConnectorSsl
-
setKeystore
- Specified by:
setKeystorein interfaceSslProvider.ConnectorSsl
-
setTruststore
- Specified by:
setTruststorein interfaceSslProvider.ConnectorSsl
-
setTruststore
- Specified by:
setTruststorein interfaceSslProvider.ConnectorSsl
-
createSslContextFactory
public org.eclipse.jetty.util.ssl.SslContextFactory.Server createSslContextFactory()
-